Extra-Streamlit-Components icon indicating copy to clipboard operation
Extra-Streamlit-Components copied to clipboard

An all in one place, to find complex or just not available components by default on streamlit.

Results 23 Extra-Streamlit-Components issues
Sort by recently updated
recently updated
newest added

The default example uses: https://docs.streamlit.io/library/api-reference/performance/st.cache_resource Which states: "Cached objects are shared across all users, sessions, and reruns." cookie_manager has a variable called cookies, which will becase global and will be...

Hi, If I wanted a non-first step to be set by default on the stepper bar, how do I approach it? Can't see any parameter allowing to set a default...

Thanks for making these amazing tools, They are really helpful! I noticed that the default value of the step bar is set to 0. Is it possible to allow us...

Is it possible to pass a callback function and kwargs into a tab_bar component?

New Streamlit 1.24 version include a new feature record status widget after reload page. The TabBar Title lost focus after click it and select the first tab, but show correctly...

I have a stepper bar inside Expander with a few things above. Changing things above (say, filter for dataframe - causes script rerun, but has no effect on the stepper...

I try to set a cookie with the expiry date of May 1st. And I get this error `cookie_manager.set('first_time', 'yes', expires_at=DateTime.DateTime(year=2023, month=5, day=1))` **AttributeError: isoformat**

safari known to not save cookies, is the cookie manager work with safari?

Hi, after user signup or login, can I directly set a cookie with value as the username? Or should I encrypt the username value before setting the cookie? Is the...

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...