文件名称:react-mathlive:mathlive.js的react包装器组件
文件大小:207KB
文件格式:ZIP
更新时间:2024-02-25 08:59:01
react latex math react-component react-wrapper
React数学 使用的mathfield(交互式数学编辑器)的react组件。 如何安装 您可以通过npm像其他任何Javascript或Typescript库一样安装react-mathlive : npm i react-mathlive 对于Typescript用户:由于react-mathlive是用Typescript编写的,因此具有自己的类型。 如何使用 本文假定您知道。 您可以按如下方式在Web应用程序中使用MathfieldComponent : import { MathfieldComponent } from "react-mathlive" ; 然后,您可以将
【文件预览】:
react-mathlive-master
----package.json(981B)
----.github()
--------workflows()
----jest.config.js(314B)
----LICENSE(1KB)
----package-lock.json(218KB)
----CONTRIBUTING.md(1KB)
----src()
--------MathfieldComponent.tsx(3KB)
--------index.ts(92B)
--------MathfieldComponent.test.tsx(3KB)
----tsconfig.json(641B)
----examples()
--------example1()
----.gitignore(126B)
----README.md(3KB)
----.vscode()
--------settings.json(58B)