@kong-ui-public/swagger-ui-web-component
v0.12.9
Published
```html <kong-swagger-ui url="https://petstore3.swagger.io/api/v3/openapi.json"></kong-swagger-ui> ```
Downloads
2,543
Readme
swagger-ui-web-component
<kong-swagger-ui url="https://petstore3.swagger.io/api/v3/openapi.json"></kong-swagger-ui>
Note: This package currently requires linking the swagger-ui-kong-theme package locally.
- Clone the
swagger-ui-kong-theme
repository and switch branch touniversal
- Run
yarn && yarn build && yarn link
- Go to your local clone directory of this repository and run
yarn link "@kong/swagger-ui-kong-theme"
- Run
yarn && yarn start
- Local development server should be running on http://localhost:5173