Second sidebar
Is there any easy way to create a second sidebar where can place extra controls?
Similar to Tensorflow tensorboard (e.g https://www.tensorflow.org/tensorboard)
Or anyway to change default layout by using Vuetify wireframes (e.g https://v2.vuetifyjs.com/en/getting-started/wireframes/)
?
Vuetify — A Material Design Framework for Vue.js
Vuetify is a Material Design component framework for Vue.js. It aims to provide all the tools necessary to create beautiful content rich applications.
2 Replies
Hi @Mitula! You can have two sidebars, and in fact we used to have this on the solara.dev website. Should amount to using a
solara.Sidebar
on the left and manually creating solara.v.NavigationDrawer(right=True, ...)
for the right. I'm not sure about wireframes, maybe @mariobuikhuizen knows from the top of his head, otherwise I can take a look.Thanks! I will give it a try! 🙂