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.2.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.2.tar.gz.
File metadata
- Download URL: st-img-carousel-0.0.2.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 |
92fa3ad12363689dc550b012e8c18bd235a1b8853fafe079f8e55cf0a64f3d2a
|
|
| MD5 |
5161a0dbfda2ae9fe46c615c5ab55ca6
|
|
| BLAKE2b-256 |
00ba1e403e7a6398585d346bc5fc84a10363532753b027fcfe6b0a7e52191d6f
|
File details
Details for the file st_img_carousel-0.0.2-py3-none-any.whl.
File metadata
- Download URL: st_img_carousel-0.0.2-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 |
dcbd9db9744fa4c444bdb76ae1468abe85dde49d12e1ab625647e3fc2dfe6041
|
|
| MD5 |
1926f9a0a85f332cc68591a6e7cd24f3
|
|
| BLAKE2b-256 |
6fb18f7d8089807bb0561d901b497bf471223dea8657b7d2927264474bb5f9db
|