jrieke / streamlit-pills

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

label string : supporting colored text option #4

Open avrabyt opened 1 year ago

avrabyt commented 1 year ago

Thanks for this component, it elevates the aesthetic aspect of the app , in addition to st.radio widget.

Feature request : if it's possible to add markdown option to the label. Specially in my case I would like to add a color to the label string , like streamlit widgest - st.text_input where : colored text, using the syntax :color[text to be colored] is supported.

Thanks Avra