Skip to content

A simple React wrapper around the Highlight.js library.

License

Notifications You must be signed in to change notification settings

afeiship/react-highlight

Repository files navigation

react-highlight

A simple React wrapper around the Highlight.js library.

version license size download

installation

npm install -S @jswork/react-highlight

properties

GENERATE_DOCS

usage

  1. 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: ()
  1. import js
__GENERATE_DAPP__

license

Code released under the MIT license.