https://github.com/arnaudmiribel/streamlit-extras
Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://github.com/arnaudmiribel/streamlit-extras
data python streamlit ui web
Last synced: 10 days ago
JSON representation
Discover, try, install and share Streamlit re-usable bits we call "extras"!
- Host: GitHub
- URL: https://github.com/arnaudmiribel/streamlit-extras
- Owner: arnaudmiribel
- License: apache-2.0
- Created: 2022-08-10T12:43:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T16:28:55.000Z (2 months ago)
- Last Synced: 2025-04-10T07:01:13.120Z (about 1 month ago)
- Topics: data, python, streamlit, ui, web
- Language: Python
- Homepage: https://extras.streamlit.app
- Size: 2.29 MB
- Stars: 843
- Watchers: 5
- Forks: 140
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🪢 streamlit-extras
A Python library with useful Streamlit extras
`streamlit-extras` is a Python library putting together useful Streamlit bits of code (extras).

## Highlights
- 📙 Discover: Visit our documentation to discover all extras.
- ⬇️ Install: `streamlit-extras` is a PyPI package with all extras included. Get them all using pip!
- 🫴 Share: Go ahead and share your own extras, it's just [a PR away](https://arnaudmiribel.github.io/streamlit-extras/contributing/)!## Getting Started
### Installation
```
pip install streamlit-extras
```### Usage
Here's an example with one of the easiest extras around, stoggle
```python
from streamlit_extras.stoggle import stogglestoggle(
"Click me!",
"""🥷 Surprise! Here's some additional content""",
)
```
## Documentation
Visit https://arnaudmiribel.github.io/streamlit-extras
## Contribution
PRs are welcome! Guidelines here
README template taken from LukasMasuch/streamlit-pydantic