1.0.7 • Published 11 months ago

react-better-mathjax-preview v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago