streamlit-extras
streamlit-extras copied to clipboard
Discover, try, install and share Streamlit re-usable bits we call "extras"!
This PR proposes a first solution for #63 - Add a `extra()` decorator on top of extras instead of explicitely defining `__func__` or `__funcs__`. The decorator will add the extra...
Seems like a good time for a release!
Replace this ```python __func__ = get_streamlit_faker __title__ = "Streamlit Faker" __desc__ = "Fake Streamlit commands at the speed of light! Great for prototyping apps." __icon__ = "🥷" __examples__ = [example]...
See in/out examples echo in https://markdownlit.streamlitapp.com/ - I often find it useful to disambiguate what's in and what's out! Also looks familiar for Jupyter users
Add a `use_checkbox: bool = True` parameter to the dataframe explorer to optionally omit the checkbox and directly unlock the filtering
Figured it could be nice to add this kind of badge on top of repositories readme/forum posts we eventually integrate inside streamlit-extras!