Embed Github Gists into your React application. Compatible with React 16.
Embed Github Gists into your React application. Compatible with React 16.
```
npm install --save react-gists
Import:
`js`
import Gist from 'react-gists'
All files:
`js`
Specific file:
`js`
You can run the demo locally by cloning this repo and follow these steps from within the cloned directory:
- cd demoyarn install
- yarn start`
-
- A local server should be running on http://localhost:3000
MIT