1.0.1 • Published 3 years ago

ts247_math_formula v1.0.1

Weekly downloads
-
License
tungapt
Repository
github
Last release
3 years ago

ts247_math_formula

module export math formula

NPM JavaScript Style Guide

Install

npm install --save ts247_math_formula

Usage

import React from 'react'

import {Ts247MathFormula } from 'ts247_math_formula'
import 'ts247_math_formula/dist/index.css'

const App = () => {
  const getCode = (code) => {
    console.log(code);
  }
  return(
    <>
      <Ts247MathFormula getCode={(code) => getCode(code)}/>
    </>
  ) 
}

export default App

License

tungapt © tungld

ts247_math_formula