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:9000