Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 588 Bytes

json-schema-to-dash-forms

PyPI version

Component that easily creates complex forms in Dash application directly from JSON schemas.

Install

From PyPI:

pip install json-schema-to-dash-forms

Use

You can find a standalone example here and detailed documentation here.