@aserto/aserto-swagger-ui

Aserto Swagger-UI React component

Usage no npm install needed!

<script type="module">
  import asertoAsertoSwaggerUi from 'https://cdn.skypack.dev/@aserto/aserto-swagger-ui';
</script>

README

Aserto Swagger-UI

Aserto-themed Swagger-UI React component

Installation

Yarn: yarn install @aserto/aserto-swagger-ui

NPM: npm install @aserto/aserto-swagger-ui

Usage

import AsertoSwaggerUI from '@aserto/aserto-swagger-ui'

const View = ({url}) => 
  <AsertoSwaggerUI url={url} />

export default View