1.0.7 • Published 2 years ago

react-better-mathjax-preview v1.0.7

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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago