Streamlit component that allows to create image carousel
Project description
Streamlit st-img-carousel component
Streamlit component for image-carousel:
Installation:
Install the component with : pip install st-img-carousel
Example:
from st_img_carousel import img_carousel
def main():
image_urls = [
]
selected_img_url = img_carousel(image_urls=image_urls, height=200)
if selected_img_url is not None:
st.image(selected_img_url)
if __name__ == "__main__":
main()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
st-img-carousel-0.0.3.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file st-img-carousel-0.0.3.tar.gz.
File metadata
- Download URL: st-img-carousel-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3afa2f5f0cc1a494364d17978c0f07a89352ddb1e8faeb219cdbb29e1e41faec
|
|
| MD5 |
8c5035c79909c911494093bad48d5c18
|
|
| BLAKE2b-256 |
6e42b1850841604d874330c87968efdfe365797775e5b730be7b52b2acf3d62a
|
File details
Details for the file st_img_carousel-0.0.3-py3-none-any.whl.
File metadata
- Download URL: st_img_carousel-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2123f2321a70c4c782d697bacc1032e6e87ffe850c3cfda80bde4662f46ab05a
|
|
| MD5 |
9994fd57b96caeb869d89c64eceb4b43
|
|
| BLAKE2b-256 |
f7f75c948484c39decab333f47d0547cc7e1b3a4662c5a44da1759f2ec066032
|