Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.96 KB

File metadata and controls

47 lines (32 loc) · 1.96 KB

Streamlit Components Demo

Live showcase of four custom Streamlit components by Dan Sheils.

Launch the app on Streamlit Cloud →


Component Description Install Repo
📋 Kanban Drag-and-drop board with columns, cards, tags & priorities pip install streamlit-kanban GitHub
🎛️ Audio Editor Waveform editor with full effects rack (EQ, filter, compressor, delay, chorus, distortion, tremolo, reverb, pan, speed), mic input & jam-session recording pip install streamlit-audio-editor GitHub
🪜 Stepper Multi-step wizard with typed fields, validation & animated progress pip install streamlit-stepper GitHub
🔗 Node Editor ComfyUI/Blueprints-style node graph with typed ports, drag-to-connect & inline params pip install streamlit-node-editor GitHub

Install all four

pip install streamlit-kanban streamlit-audio-editor streamlit-stepper streamlit-node-editor

Run locally

git clone https://github.com/RhythrosaLabs/streamlit-components-demo.git
cd streamlit-components-demo
pip install -r requirements.txt
streamlit run app.py

Screenshots

Kanban

Kanban

Audio Editor

Audio Editor

Stepper

Stepper

Node Editor

Node Editor

License

MIT