react-mathfield

A react component wraping a MathField element from MathLive libray

Usage no npm install needed!

<script type="module">
  import reactMathfield from 'https://cdn.skypack.dev/react-mathfield';
</script>

README

react-mathfield

A react component wraping a MathField element from MathLive libray

NPM JavaScript Style Guide

Install

npm install --save react-mathfield

Usage

import React, { Component } from 'react'

import MyComponent from 'react-mathfield'
import 'react-mathfield/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © Zahara-Nour