rmarren1 / dash-ui

Some abstractions to make creating UI's easier in Dash
MIT License
65 stars 20 forks source link

Possible to use tabs with Dash_UI? #6

Open Allenite opened 4 years ago

Allenite commented 4 years ago

I am trying to convert a dashboard to use a control panel and this awesome grid framework. I currently have it set up with horizontal tabs, which I changed to be vertical tabs inside a dash_ui control panel. Each tab has it's own assigned grid. However, when I click a tab, it returns a grid in the control panel tab, not the larger "grid" part of the screen. Is there any sample I can look at to use dash_ui with vertical dcc.Tabs, and return the results in the "grid" portion of the screen?