New Component: Tree Select

Hello everyone,

I wanted to create my first Streamlit Component and after some trial and error I decided to create a Tree Selector Component.

For this I took the TreeSelect Component from Ant Desing and made it usable for Streamlit (TreeSelect - Ant Design).

Hopefully someone can do something with it - I’m also looking forward to feedback.

It’s a lot of fun to use Streamlit - many thanks for creating such an aweseome library!

GitHub: GitHub - flucas96/st_ant_tree: A Streamlit implementation of the Ant Design Tree Component (https://ant.design/components/tree-select/).
PyPI: st-ant-tree · PyPI
Example app: https://flucas96-streamlit-tree-select-example-app-s0vkjx.streamlit.app/

Example:

image

5 Likes

This is awesome! I’ve been wanting something like this for a long time!

1 Like