streamlit_tree_select icon indicating copy to clipboard operation
streamlit_tree_select copied to clipboard

html in label support

Open BlueGob opened this issue 1 year ago • 0 comments

Now you can pass html as string in the label field for more customization For example

nodes = [
    {"label": "<i>Folder A</i>", "value": "folder_a"}
]

image

BlueGob avatar Jan 06 '24 14:01 BlueGob