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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
This issue is to track and record any ideas for versatile buttons for the dcc.Tabs component for a more intuitive "storytelling" approach to tabs. Expanding on the "Next Tab" button in #786 , this would mean a more flexible implementation in general to make it easier to adapt different props or styling as needed for interactions with these controls.
A few ideas include:
Next/Previous buttons
Highlight button for important tabs.
Collapse or Expand button (Possibly change tab labels to circles, then expand titles if button is clicked).
Add or Delete tabs (?) - With the implementation of Wildcards, one concept to explore could be creating components directly within the app without needing to return to the coding stage. A menu or button interaction here could be used to create a new tab based on store data. For example, using the output or selection of a dcc.Graph component or dcc.Table rows to aggregate this data into a new tab within the layout.
The text was updated successfully, but these errors were encountered:
This issue is to track and record any ideas for versatile buttons for the
dcc.Tabs
component for a more intuitive "storytelling" approach to tabs. Expanding on the "Next Tab" button in #786 , this would mean a more flexible implementation in general to make it easier to adapt different props or styling as needed for interactions with these controls.A few ideas include:
The text was updated successfully, but these errors were encountered: