0.0.4 • Published 9 years ago

react-markdown-file v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

react-markdown-file

A simple react component to retrieve and render a standalone markdown file

Getting started

Install via npm:

npm install --save react-markdown-file

Then simply require and pass a file name.

var MarkdownFile = require('react-markdown-file');

<MarkdownFile fileName='README.md'/>