Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackary/cookiecutter-streamlit-component
Template for creating and publishing simple (vanilla js, html and css) bidirectional streamlit component
https://github.com/blackary/cookiecutter-streamlit-component
cookiecutter-template streamlit streamlit-component
Last synced: 19 days ago
JSON representation
Template for creating and publishing simple (vanilla js, html and css) bidirectional streamlit component
- Host: GitHub
- URL: https://github.com/blackary/cookiecutter-streamlit-component
- Owner: blackary
- License: apache-2.0
- Created: 2022-09-06T20:09:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T13:10:14.000Z (about 2 years ago)
- Last Synced: 2024-10-11T09:33:30.792Z (about 1 month ago)
- Topics: cookiecutter-template, streamlit, streamlit-component
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-streamlit-component
Template for creating and publishing simple (vanilla js, html and css) bidirectional streamlit component## Usage
Make sure you have cruft installed (you can use [pipx](https://pypa.github.io/pipx/) to install it globally)
```sh
pipx install cruft
```Then run
```
cruft create https://github.com/blackary/cookiecutter-streamlit-component/
```And follow the instructions