0.0.1 • Published 9 years ago

deku-math v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

deku-math

NPM version license

A math component built with Deku. Inspired by react-math

npm.io

Installation

$ npm install deku-math

Usage

import Math from 'stevenmiller888/deku-math';
import element from 'dekujs/virtual-element';
import { deku, render } from 'dekujs/deku';

let app = deku(<Math>sum_(i=1)^(+∞) i^3=((n(n+1))/2)^2</Math>);
render(app, document.body);

License

MIT

0.0.1

9 years ago