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.4.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.4.tar.gz.
File metadata
- Download URL: st-img-carousel-0.0.4.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 |
0f16c08b144b859e895f4fe500c6089a6ff749ecee7e7bc145d5f34ef3a7a940
|
|
| MD5 |
7b2440ed50d178f512b2c8f444f14731
|
|
| BLAKE2b-256 |
f92347e9659399a7c4e714c84ffdfbd8ee4497670ba3d43efdf4d60b1d67a4b7
|
File details
Details for the file st_img_carousel-0.0.4-py3-none-any.whl.
File metadata
- Download URL: st_img_carousel-0.0.4-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 |
2902eb003ca76045f87c513cf8ca5be2630e45831cb0a85837d97f9b6d1823c9
|
|
| MD5 |
b0d4f9d1b4632c65b2e07bf9c63656d3
|
|
| BLAKE2b-256 |
feaca87baad71d24bdb38c916a729b1f143d1865867889fd33098b3fecb547d5
|