Skip to content

Instantly share code, notes, and snippets.

@matepaiva
Last active October 6, 2018 11:20
Show Gist options
  • Save matepaiva/e109cbb2350b5fd12c7f48601dcd4f0f to your computer and use it in GitHub Desktop.
Save matepaiva/e109cbb2350b5fd12c7f48601dcd4f0f to your computer and use it in GitHub Desktop.
react-themed-gist
import React from 'react';
import { render} from 'react-dom';
import ThemedGist from 'react-themed-gist';
const App = () => [
<ThemedGist id="a2b96ecc78311ff353ee79fce1fae36b" key="1" theme="terminal" />,
<ThemedGist id="a2b96ecc78311ff353ee79fce1fae36b" hideMeta key="3" theme="monokai" />,
];
render(<App />, document.getElementById('root'));

just a test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment