1.0.0 • Published 8 years ago

react-hljs v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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