Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 441 Bytes

Demo

See the demo here.

Installation

Install qp-react-highlight.js using NPM:

npm install qp-react-highlight.js --save

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

import Highlight from 'qp-react-highlight.js';

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

License

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