binding dataclass page

This commit is contained in:
John Lancaster
2026-06-23 19:46:35 -05:00
parent a6ccc14917
commit 45a1e56d1c
3 changed files with 127 additions and 0 deletions
@@ -26,8 +26,15 @@ Use these links for framework-specific details.
!!! info "NiceGUI sources"
- [Pages, routing, and FastAPI integration](https://www.nicegui.io/documentation/section_pages_routing)
- [Binding properties and bindable dataclass](https://www.nicegui.io/documentation/section_binding_properties)
- [Security best practices](https://www.nicegui.io/documentation/section_security)
## Python Dataclasses
!!! info "Python sources"
- [dataclasses module reference](https://docs.python.org/3/library/dataclasses.html)
- [PEP 557: Data Classes](https://peps.python.org/pep-0557/)
## LangGraph
!!! info "LangGraph sources"