New Component: Antd Menu Component

Hello!

I have created a Streamlit implementation of the Ant Design Menu.

I needed a way to create a menu structure with children. I also wanted a higher level of customizability.

GitHub: [GitHub.]( flucas96/st_ant_menu: Antd Menu implmentation for Streamlit)
PyPI: st-ant_menu · PyPI
Example App: Streamlit

Best regards
Fabian

4 Likes

Nice work!

1 Like

I love it! Any chance it could support a horizontal menu layout aswell?

Hi

nice to hear that you like it!

You can try setting the parameter modus to horizontal. This will display the menu horizontal.

However, I have never used it in this way and think that not everything will work as expected. Sadly I do not currently have the time to check it out & improve it myself.

BR
Fabian