ClydeDz / react-markdown-content

React Markdown Content is a react component that reads contents from a Markdown file and renders it as HTML.

Home Page:https://www.npmjs.com/package/react-markdown-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Markdown Content

React Markdown Content is a react component that reads contents from a Markdown file and renders it as HTML.

Props

Prop Is required? Notes
markdownFilePath Yes Not default value. If no file path is passed, no content will be returned.
className No A default class name of markdown-content-container is applied. Any additional class name will be appended to this.

Credits

Developed by Clyde D'Souza

About

React Markdown Content is a react component that reads contents from a Markdown file and renders it as HTML.

https://www.npmjs.com/package/react-markdown-content

License:MIT License


Languages

Language:TypeScript 70.7%Language:JavaScript 29.3%