β‘οΈΒ Β Toggle button
Submitted by Arnaud Miribel
Summary
Toggle button just like in Notion!
Functions
stoggle
Displays a toggle widget in Streamlit
Parameters:
Name | Type | Description | Default |
---|---|---|---|
summary |
str
|
Summary of the toggle (always shown) |
required |
content |
str
|
Content shown after toggling |
required |
Source code in src/streamlit_extras/stoggle/__init__.py
Import:
- You should add this to the top of your .py file