s5n dash tools — Plotly Dash utilities.
Documentation: saemeon.github.io/s5ndt
pip install s5ndt| Component | Description |
|---|---|
mpl_export_button |
Matplotlib export wizard for dcc.Graph — modal with auto-generated fields, live preview, and PNG download |
build_wizard |
Generic modal dialog |
build_dropdown |
Generic anchored dropdown with click-outside-to-close |
build_config |
Introspects a function signature into labeled Dash input fields |
FromPlotly |
FieldHook that pre-fills a field from the live Plotly figure |
FieldHook |
Base class for runtime field defaults derived from Dash component state |
Supported field types: str, int, float, bool, date, datetime, Literal[...], list[T], tuple[T, ...], T | None
MIT