From 3a76be7063e43fd36a492e85a750f5a1f885a60e Mon Sep 17 00:00:00 2001 From: hrkn <3927357+hrkn@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:18:00 +0900 Subject: [PATCH] Add new component: streamlit-persist-session --- .../components/streamlit-persist-session.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 components/registry/components/streamlit-persist-session.json diff --git a/components/registry/components/streamlit-persist-session.json b/components/registry/components/streamlit-persist-session.json new file mode 100644 index 0000000..9a3dcf7 --- /dev/null +++ b/components/registry/components/streamlit-persist-session.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "title": "Persist Session", + "author": { + "github": "hrkn" + }, + "links": { + "github": "https://github.com/hrkn/streamlit-persist-session", + "pypi": "streamlit-persist-session", + "demo": null, + "docs": null + }, + "media": { + "image": null + }, + "install": { + "pip": "pip install streamlit-persist-session" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Developer tools"] +}