Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.34 KB

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.