Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T23:21:45.000Z (13 days ago)
- Last Synced: 2024-12-16T21:38:45.944Z (7 days ago)
- Topics: data, python, streamlit, ui, web
- Language: Python
- Homepage: https://extras.streamlit.app
- Size: 2.26 MB
- Stars: 784
- Watchers: 6
- Forks: 125
- Open Issues: 37
-
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).
![CleanShot 2023-10-18 at 14 56 43](https://github.com/arnaudmiribel/streamlit-extras/assets/7164864/14f20cf6-033c-4143-9f29-d0e95bf7dca1)
## 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