Schluca / streamlit_tree_select

A simple and elegant checkbox tree for Streamlit.
MIT License
88 stars 10 forks source link

Change the style of label #15

Open ghost opened 6 months ago

ghost commented 6 months ago

How can I change the label style (for example: bold, color...) of nodes?

I want something like this: { "value": f'table_name', "label": f"Table table_name, keys: table_keys", }