whitphx / stlite

In-browser Streamlit 🎈🚀
https://edit.share.stlite.net
Apache License 2.0
1.24k stars 64 forks source link

Failure to render icons #563

Open evertoncolling opened 1 year ago

evertoncolling commented 1 year ago

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: image

whitphx commented 1 year ago

Thank you for the report!

memo: it seems a problem derived from #201