1.0.7 • Published 3 years ago

react-better-mathjax-preview v1.0.7

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

react-better-mathjax-preview

react-better-mathjax-preview provides one React component to render MathML, TeX and many tyes of Maths formulas.

Installation

yarn add react-better-mathjax-preview

Usage

import React, {Component} from 'react'
import MathJaxComponent from "react-better-mathjax-preview"
 
  const Demo(){
      const mathjaxdata='';
      return(
          <>
            <MathJaxComponent math={mathjaxdata}/>
          </>
      )
  }

Props

className

Wrapper classname

id

Wrapper id

style

Style object

math

MathJax content

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago