franekp / streamlit-permalink

MIT License
39 stars 2 forks source link

Compatibility with streamlit-option-menu #1

Closed dcorallo closed 10 months ago

dcorallo commented 2 years ago

Are there any plans to support https://github.com/victoryhb/streamlit-option-menu ?

franekp commented 2 years ago

This makes sense. I think that this should be opt-in, behind a feature flag (e.g. like here). While I don't have time to implement it any time soon, pull requests are welcome.

franekp commented 10 months ago

Done. Version 0.5.0 detects whether streamlit-option-menu is installed and adds stp.option_menu component. No feature flag is needed for this to work.