jrieke / streamlit-pills

💊 A Streamlit component to show clickable pills/badges
Apache License 2.0
83 stars 19 forks source link

Increasing the pill size #6

Closed avrabyt closed 16 hours ago

avrabyt commented 1 year ago

Also , was wondering, if it would possible to control the pills sizes ? 🤔

jrieke commented 16 hours ago

Streamlit has pills as a built-in feature now, using st.pills. See docs. Please use that instead of this component! We are not planning to add an option for pill sizes specifically but will soon ship advanced theming, which will let you set the sizes of all elements.