the client asked me a multipages app (50 pages), and now he wants a search bar in the sidebar (Above the pages names) to filter the page by name, but I really don’t have idea on how to do it. Is it even possible? Can you guys help me?
Im uploading a print, so you guys can know what im talking about
Unfortunately, this isn’t a built-in Streamlit feature. However, there is a streamlit-searchbox custom component that you could use to implement the search bar piece.