Light version of swagger UI using Svelte framework
npm install swagger-ui-svelte!npm !npm !GitHub Workflow Status
Light version of swagger UI using Svelte JavaScript framework.
```
npm i swagger-ui-svelte
// OR
yarn add swagger-ui-svelte
Note: to use this library in sapper, install as devDependency. See the link.
Local demo:
``
git clone https://github.com/matchid-project/swagger-ui-svelte
cd swagger-ui-svelte
npm install && npm run dev
An example of how to use the library
`js
`
Component props:
| Prop | Type | Default | Description |
| --------------- | ------ | ------- | ------------------------- |
| swaggerUrl` | string | swagger-example.json | URL for swagger.json file |