React component to render latex strings, based on Katex
Install
$ npm install --save react-latex
Usage
In javascript
Before using Latex
Include in your html Katex CSS
Inline Latex
var Latex = ; ... { return <h3> <Latex>What is \$</Latex> </h3> ; }...
Block Latex
var Latex = ; ... { return <h3> <Latex displayMode=true> \$$</Latex> </h3> ; }...
Options for Katex
A number of options are now supported. For a comprehensive list please visit: here
License
MIT © Zzish