Open Filhomn opened 2 years ago
Hello @Filhomn, yes it is possible to use mui.Tabs()
. TabPanel
is just a javascript function defined in mui's examples, it's not part of mui components. You can implement the same logic in Python.
I'll try to provide a minimal sample code for mui.Tabs
next week. Meanwhile you can refer to my Streamlit Gallery demo which uses mui.Tabs for the editor card (source code here).
Hello @Filhomn, yes it is possible to use
mui.Tabs()
.TabPanel
is just a javascript function defined in mui's examples, it's not part of mui components. You can implement the same logic in Python.I'll try to provide a minimal sample code for
mui.Tabs
next week. Meanwhile you can refer to my Streamlit Gallery demo which uses mui.Tabs for the editor card (source code here).
Great!! Thank you very much for this package!!
Is it possible to create mui.Tabs? I noticed that the option is available, but TabPanel is missing… Is there a way to create tabs with mui in streamlit? Thank you very much for this great package!
Kind Regards,