Files
gitbook/packages/react-openapi
Samy Pessé 37be6f3164 Support options in the OpenAPI spec to control the look and feel (#306)
* Don't show code-samples if x-codeSamples is defined

* Support x-hideTryItPanel to hide "Try it"

* Fix display of code samples
2024-03-19 16:32:15 +01:00
..
2024-01-30 10:15:58 +01:00

@gitbook/react-openapi

React components to render OpenAPI operations.

Features

  • Generate code samples for the request
  • Support custom cde samples with x-codeSamples (Redocly syntax)

TODO

  • Support for trying out the request