A new way to create a Tab Bar in Streamlit. While st.tabs handles this functionality really well.Some use cases are there to have a Tab Bar with a little different styling apart from the theme where this component comes into the picture. It provides the functionality to change fontSize , fontWeight,textColor,HoverStateColor and background of the Tab bar.
@Pratham_Jha1
It’s important to add a preview in your current post as well as your GitHub so we get a sense of what this looks like as it is supposed to serve a visual purpose (different styling).
@IndigoWizard
Surely added the link to a demo app for visual representation. Also Couldn’t figure out how to post image here so deployed one app for representation.
I tried the tabs demo and it looks smooth, nice one!
PS: If you want to post images, in the text box there’s an image icon on the toolbar (alongside text formatting options) Bonus tips:
Another way is to just take a screeshot then use ctrl+v directly in the text box it will detect the image from your clipboard like it does for copy/pasted text. Streamlit forum hosts images like GitHub and autogenerates it’s own sharable link:
The idea is to have something little different than streamlit theme. One can add the streamlit theme variables in order to align it with the streamlit theme.