Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
480 stars 60 forks source link

Stepper bar with scroll bar #29

Open imClumsyPanda opened 2 years ago

imClumsyPanda commented 2 years ago

Thanks so much for the stepper bar component, it helps a lot!

Now I'm using it in a procedure step choosing page, and when there're too many steps, for example more than 30, the stepper bar will only show content within the page width. Would you please add a scroll bar or something that can deal with it?

Mohamed-512 commented 2 years ago

Thanks for the kind words! The stepper bar has a vertical view, demoed in the main.py file of the repo. Maybe this could work out better for your users from a UX standpoint as they won't need to hover to, click, and drag the scrollbar, rather scroll right away vertically. If this doesn't work out for your usecase, let me know.