Last active
April 5, 2021 13:55
-
-
Save mathis-m/0feb52a31856f14114a4a8170ed1807f to your computer and use it in GitHub Desktop.
Example Integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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