czero1995 / react-highlight.js

A simple React wrapper around the Highlight.js library

Home Page:http://bvaughn.github.io/react-highlight.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

See the demo here.

Installation

Install react-highlight.js using NPM:

npm install react-highlight.js --save

Choose a highlight.js theme and make sure it's included in your index file.

<link rel='stylesheet' href='https://highlightjs.org/static/demo/styles/railscasts.css'/>

And then use react-highlight.js to display your text like so:

import Highlight from 'react-highlight.js';

<Highlight language={language}>
  {content}
</Highlight>

License

react-highlight.js is available under the MIT License.

About

A simple React wrapper around the Highlight.js library

http://bvaughn.github.io/react-highlight.js/

License:MIT License


Languages

Language:JavaScript 95.0%Language:HTML 3.9%Language:CSS 1.2%