3.0.17-0 • Published 7 years ago

react-swagger-ui v3.0.17-0

Weekly downloads
67
License
Apache-2.0
Repository
github
Last release
7 years ago

Swagger UI react component

Usage:

import {SwaggerUI} from 'react-swagger-ui'
import 'react-swagger-ui/dist/swagger-ui.css'

<SwaggerUI url='http://petstore.swagger.io/v2/swagger.json' spec={object} />
  • Requires peer dependencies: react,react-dom>=15.4, react-redux>=4, redux>=3
  • Based on swagger-ui 3.0.7
  • Compatible with OpenAPI 2.0
  • Node.js >=6

License

Copyright 2017 Harald Rudell and SmartBear Software

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.