From 4cca560b08d42b5169b3ccb053b7ce502d020320 Mon Sep 17 00:00:00 2001 From: quxiaowei Date: Tue, 7 Apr 2026 22:02:18 +0800 Subject: [PATCH] Add st-swagger-ui component configuration --- .../registry/components/st-swagger-ui.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/st-swagger-ui.json diff --git a/components/registry/components/st-swagger-ui.json b/components/registry/components/st-swagger-ui.json new file mode 100644 index 0000000..493a6c9 --- /dev/null +++ b/components/registry/components/st-swagger-ui.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "Streamlit Swagger UI", + "author": { + "github": "quxiaowei", + "displayName": "quxiaowei" + }, + "links": { + "github": "https://github.com/quxiaowei/st-swagger-ui", + "pypi": "st_swagger_ui", + "demo": "https://st-swagger-ui-example-4wkdappmrafyrfwctdpfnfa.streamlit.app/", + "docs": "https://github.com/quxiaowei/st-swagger-ui/blob/master/README.md" + }, + "media": { + "image": null + }, + "install": { + "pip": "pip install st_swagger_ui" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Widgets"] +}