blackary / st_pages

An experimental version of Streamlit Multi-Page Apps
MIT License
451 stars 72 forks source link

Collapse section #97

Open tombeteende opened 4 months ago

tombeteende commented 4 months ago

Hi,

Is there away to collapse sections (all or specific ones)?

i.e., I have several sections, with few pages under each section and I want to show only the sections and allow the user to click on them to show their content

TomaszMK commented 3 months ago

Hi, I joined the question. It would further increase the package's usability. There is currently no option to create one complete foldable menu for several sections and multiple pages (at least, I did not find anything like that). There are just some tricks by using streamlit_option_menu, but this introduces some chaos in the app structure.

Quadster commented 1 month ago

Id like to join this. Would love to have them collapse-able aswell.