Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions components/registry/components/st-swagger-ui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"schemaVersion": 1,
"title": "Streamlit Swagger UI",
"author": {
"github": "quxw.work",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Please update this with a valid GitHub user name as this doesn't seem to be valid.

"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"]
}
Loading