react-gist-embed
v0.0.3
Published
React component to dynamically render a gist embed
Downloads
7
Maintainers
Readme
React-gist-embed
A simple react component to dynamically render a gist embed
Introduction
Getting started
Install via npm:
npm install --save react-gist-embed
Then simply require and pass a gistId.
var GistEmbed = require('react-gist-embed');
<GistEmbed gistId='a759fd68208808020598'/>