From 16b7c684c24379152cbb29780c926d1867daafad Mon Sep 17 00:00:00 2001 From: Jan du Plessis Date: Wed, 4 Feb 2026 22:36:42 +0000 Subject: [PATCH 1/3] Add streamlit-image-carousel-uui component Not complete yet do! --- .../components/streamlit-image-carousel-uui | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/streamlit-image-carousel-uui diff --git a/components/registry/components/streamlit-image-carousel-uui b/components/registry/components/streamlit-image-carousel-uui new file mode 100644 index 0000000..c52a81d --- /dev/null +++ b/components/registry/components/streamlit-image-carousel-uui @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "Streamlit-Carousel-UUI", + "author": { + "github": "janduplessis883", + "displayName": "Jan du Plessis" + }, + "links": { + "github": "https://github.com/janduplessis883/streamlit_carousel_uui", + "pypi": "https://pypi.org/project/streamlit-carousel-uui/", + "demo": "https://demo-streamlet-carousel-uii.streamlit.app", + "docs": null + }, + "media": { + "image": null + }, + "install": { + "pip": "pip install streamlit-carousel-uui" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Widgets"] +} From b65be70cef53d7ba6ef57e8ef32382f88b0526a1 Mon Sep 17 00:00:00 2001 From: Jan du Plessis Date: Wed, 4 Feb 2026 23:13:24 +0000 Subject: [PATCH 2/3] component added --- .../components/streamlit-carousel-uui.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/streamlit-carousel-uui.json diff --git a/components/registry/components/streamlit-carousel-uui.json b/components/registry/components/streamlit-carousel-uui.json new file mode 100644 index 0000000..6a69a35 --- /dev/null +++ b/components/registry/components/streamlit-carousel-uui.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "streamlit-carousel-uui", + "author": { + "github": "janduplessis883", + "displayName": "Jan du Plessis" + }, + "links": { + "github": "https://github.com/janduplessis883/streamlit_carousel_uui", + "pypi": "streamlit-carousel-uui", + "demo": "https://demo-streamlet-carousel-uii.streamlit.app", + "docs": null + }, + "media": { + "image": "https://github.com/janduplessis883/demo-streamlit-carousel-uii/blob/master/images/demo_carousel.png?raw=true" + }, + "install": { + "pip": "pip install streamlit-carousel-uui" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Images & video"] +} From 55be708aa79be0012d407839c410f2cee02010f6 Mon Sep 17 00:00:00 2001 From: Jan du Plessis Date: Tue, 10 Feb 2026 16:52:54 +0000 Subject: [PATCH 3/3] Delete components/registry/components/streamlit-image-carousel-uui --- .../components/streamlit-image-carousel-uui | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 components/registry/components/streamlit-image-carousel-uui diff --git a/components/registry/components/streamlit-image-carousel-uui b/components/registry/components/streamlit-image-carousel-uui deleted file mode 100644 index c52a81d..0000000 --- a/components/registry/components/streamlit-image-carousel-uui +++ /dev/null @@ -1,25 +0,0 @@ -{ - "schemaVersion": 1, - "title": "Streamlit-Carousel-UUI", - "author": { - "github": "janduplessis883", - "displayName": "Jan du Plessis" - }, - "links": { - "github": "https://github.com/janduplessis883/streamlit_carousel_uui", - "pypi": "https://pypi.org/project/streamlit-carousel-uui/", - "demo": "https://demo-streamlet-carousel-uii.streamlit.app", - "docs": null - }, - "media": { - "image": null - }, - "install": { - "pip": "pip install streamlit-carousel-uui" - }, - "governance": { - "enabled": true, - "notes": null - }, - "categories": ["Widgets"] -}