Skip to content

Instantly share code, notes, and snippets.

@mathis-m
Last active April 5, 2021 13:55
Show Gist options
  • Save mathis-m/0feb52a31856f14114a4a8170ed1807f to your computer and use it in GitHub Desktop.
Save mathis-m/0feb52a31856f14114a4a8170ed1807f to your computer and use it in GitHub Desktop.
Example Integration
import SwaggerUI from "swagger-ui-react"
import React from "react";
import "swagger-ui-react/swagger-ui.css"
const App = () =>
<SwaggerUI
url="https://gist.githubusercontent.com/mathis-m/fcd7022b7f7db2e14112a87ab7c3b637/raw/13bc4f249391f88c1cdde1b51cc2d791e7518d6b/date-picker.yaml"
plugins={[ DateTimeSwaggerPlugin ]}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment