You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a popup/dialog component for showing content in Dash-plugins
As of now the Modal component from dash-bootstrap-components library is utilized, but it's not optimal. Hard to configure CSS layout, not possible to drag and is always modal.
Usage: Nice feature for e.g. advanced plugin-settings, VectorCalculator-component etc.
Consider functionality:
Draggable?
Configurable Modal setting?
...
Any more suggestions?
Note:
Check if existing React-components can be utilized:
Material-UI
... Any more suggestions?
Improve compared to dbc.Modal
The text was updated successfully, but these errors were encountered:
Create a popup/dialog component for showing content in Dash-plugins
As of now the Modal component from dash-bootstrap-components library is utilized, but it's not optimal. Hard to configure CSS layout, not possible to drag and is always modal.
Usage: Nice feature for e.g. advanced plugin-settings, VectorCalculator-component etc.
Consider functionality:
Note:
Check if existing React-components can be utilized:
Improve compared to dbc.Modal
The text was updated successfully, but these errors were encountered: