This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Versatile interactive button for dcc.Tabs #791
Open
Description
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.