A simple React wrapper around the Highlight.js library.
npm install -S @jswork/react-highlight
GENERATE_DOCS
- import css
@import "~@jswork/boilerplate-react-component/dist/style.css";
// or use sass
@import "~@jswork/boilerplate-react-component/dist/style.scss";
// customize your styles:
$boilerplate-react-component-options: ()
- import js
__GENERATE_DAPP__
Code released under the MIT license.