TangleSpace / hydralit

A library to create multi-page Streamlit applications with ease.
Apache License 2.0
202 stars 19 forks source link

Internal links not directing with navbar and complex nav menu #8

Closed TangleSpace closed 3 years ago

TangleSpace commented 3 years ago

the use of internal links has been changed to one shot use to a static (no widgets) app due to the Streamlit custom component execution model. All internal links when using the Hydralit navbar are not recommended, if internal links are required, it is recommended to disable the Hydralit navbar and return to the conventional Streamlit button menu (to change use_navbar=False in the Hydralit constructor)