ObservedObserver / streamlit-shadcn-ui

Using shadcn-ui components in streamlit
https://shadcn.streamlit.app/
MIT License
759 stars 57 forks source link

[tabs] How to make font size bigger in tabs? #31

Open jeewoo1025 opened 4 months ago

jeewoo1025 commented 4 months ago

Hello! Thanks to share your amazing work!

import streamlit_shadcn_ui as ui
ui.tabs(options=['PyGWalker', 'Graphic Walker', 'GWalkR', 'RATH'], default_value='PyGWalker', key="kanaries")

Nowadays, I use above ui.tabs in my streamlit app. However, I want to make font size bigger in tabs! (The current version is little bit small to me.) Please tell me how to do it.

Also, I hope to change the style of tabs (custom style) like ui.button. 😊

Regards, Jeewoo Sul.