https://github.com/alex-feel/st-copy-example
This repository contains a tiny Streamlit app that demonstrates how to use the st‑copy component.
https://github.com/alex-feel/st-copy-example
streamlit
Last synced: about 2 months ago
JSON representation
This repository contains a tiny Streamlit app that demonstrates how to use the st‑copy component.
- Host: GitHub
- URL: https://github.com/alex-feel/st-copy-example
- Owner: alex-feel
- License: mit
- Created: 2025-05-05T06:33:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T13:40:57.000Z (about 1 year ago)
- Last Synced: 2025-06-13T14:44:01.262Z (about 1 year ago)
- Topics: streamlit
- Language: Python
- Homepage: https://github.com/alex-feel/st-copy
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Copy-to-Clipboard Button Component • Example App
This repository contains a tiny Streamlit app that demonstrates how to use the **st‑copy** component.
> **Component code** lives in the main project:
>
## Quick start
```bash
pip install -r requirements.txt
streamlit run app.py
```