1.0.1 • Published 3 years ago

@jswork/react-highlight v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

    __GENERATE_DAPP__

license

Code released under the MIT license.