react-math
v0.0.1
Published
React component that converts text into MathML
Downloads
21
Maintainers
Readme
react-math
Format math text into MathML. Uses the ascii-math module, please note not all browsers support mathml: caniuse... mathml.
Installation
npm install react-mathDemo
http://cezary.github.io/react-math/
Example
var React = require('react');
var MathML = require('react-math');
var Component = React.createClass({
render: function() {
return (
<MathML text='e^(i pi)=-1'/>
);
}
});License
MIT
