react-markdown-file
v0.0.4
Published
React component to retrieve and render a standalone markdown file
Downloads
11
Maintainers
Readme
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'/>