.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/linux.env
.vscode/settings.json
.vscode/windows.env
docs/index.md
examples/interact.py
examples/ipywidgets_interact.ipynb
src/dash_fn_form/__init__.py
src/dash_fn_form/_field_components.py
src/dash_fn_form/_form_layouts.py
src/dash_fn_form/_forms.py
src/dash_fn_form/_renderers.py
src/dash_fn_form/_spec.py
src/dash_fn_form/_version.py
src/dash_fn_form/fn_interact.py
src/dash_fn_form/layout.py
src/dash_fn_form/py.typed
src/dash_fn_form/utils.py
src/dash_fn_form.egg-info/PKG-INFO
src/dash_fn_form.egg-info/SOURCES.txt
src/dash_fn_form.egg-info/dependency_links.txt
src/dash_fn_form.egg-info/requires.txt
src/dash_fn_form.egg-info/top_level.txt
tests/conftest.py
tests/test_smoke.py
tests/dash_fn_form/test_coerce_validate.py
tests/dash_fn_form/test_dbc_fields.py
tests/dash_fn_form/test_declarative_form.py
tests/dash_fn_form/test_dmc_fields.py
tests/dash_fn_form/test_field_components.py
tests/dash_fn_form/test_fn_interact.py
tests/dash_fn_form/test_forms.py
tests/dash_fn_form/test_layout.py
tests/dash_fn_form/test_no_default.py
tests/dash_fn_form/test_read_only.py
tests/dash_fn_form/test_renderers.py
tests/dash_fn_form/test_sections.py
tests/dash_fn_form/test_spec.py
tests/dash_fn_form/test_utils.py
tests/dash_fn_form/test_visibility_extended.py