Skip to content

Instantly share code, notes, and snippets.

@nicolastakashi
Last active November 12, 2020 07:52
Show Gist options
  • Save nicolastakashi/701f5cc96847ea422f37e94fbbe195de to your computer and use it in GitHub Desktop.
Save nicolastakashi/701f5cc96847ea422f37e94fbbe195de to your computer and use it in GitHub Desktop.
import { RedocStandalone } from 'redoc';
import File from './api.json'
function App() {
return (
<RedocStandalone
specUrl={File}
/>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment