I'm using a streamlit component called streamlit-antd-components which supports assigning Bootstrap Icons to items on a Menu and Tree components. The component works fine running on regular streamlit (CPython), but on stlite, the icons are missing.
Here's a screenshot with a very simple example from the component repository running on stlite:
I'm using a
streamlit
component calledstreamlit-antd-components
which supports assigning Bootstrap Icons to items on a Menu and Tree components. The component works fine running on regular streamlit (CPython), but onstlite
, the icons are missing.Here's a screenshot with a very simple example from the component repository running on
stlite
: