0.0.3 • Published 10 years ago

react-gist-embed v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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'/>