2.0.0-alpha.2 • Published 6 years ago

react-illuminate v2.0.0-alpha.2

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

React Illuminate

NPM Version Dependency Status Peer Dependency Status Dev Dependency Status

Install

npm install --save illuminate-js react-illuminate

Usage

import { addLanguage } from 'illuminate-js';
import { javascript } from 'illuminate-js/lib/languages';
import { Illuminate } from 'react-Illuminate';

addLanguage('js', javascript);

<Illuminate lang="js">
    {`
      /** Your Code Sample here **/
      var foo = 123;
    `}
</Illuminate>;

License

MIT. Copyright(c) Vivek Kumar Bansal