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.5.tar.gz
(270.0 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.5.tar.gz.
File metadata
- Download URL: st-img-carousel-0.0.5.tar.gz
- Upload date:
- Size: 270.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abaefb4a92bd5e46daab3051d43eadddd3595be01205fa092142fe8488f640fc
|
|
| MD5 |
dee5d5d2209e62ed424ce42ad0a4a8d7
|
|
| BLAKE2b-256 |
e0346dbf5606e5be041dc056ed8bb817537374f6dc53eb2be2452b0c94ac95ab
|
File details
Details for the file st_img_carousel-0.0.5-py3-none-any.whl.
File metadata
- Download URL: st_img_carousel-0.0.5-py3-none-any.whl
- Upload date:
- Size: 272.1 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 |
6dc13d4111a151c2d2fcefe95149e9aea0771a312f3af5d978cb10e7f4526945
|
|
| MD5 |
ac9d836780189886accb45a670b9dec8
|
|
| BLAKE2b-256 |
ad6c3f70f27804e47e1bbe02e428632bf5a9001a4ce35e412c9fd9cde5095878
|