This package has been deprecated

Author message:

Deprecated! See https://github.com/simonkberg/react-hljs for alternatives

react-hljs

1.0.0 • Public • Published

react-hljs

Highlight.js for React

npm install --save react-hljs

usage

import React, { Component } from 'react'
import Highlight from 'react-hljs'
 
class Code extends Component {
  render () {
    return (
      <Highlight className='js'>
        alert('Lorem ipsum dolor sit amet')
      </Highlight>
    )
  }
}

license

MIT License Copyright (c) 2016 Simon Kjellberg

/react-hljs/

    Package Sidebar

    Install

    npm i react-hljs

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • simonkberg