react-mathquill:Mathquill的React组件包装器

时间:2024-02-24 02:58:04
【文件属性】:

文件名称:react-mathquill:Mathquill的React组件包装器

文件大小:100KB

文件格式:ZIP

更新时间:2024-02-24 02:58:04

react latex math react-component mathquill

用于React组件包装器 例子 位于src/examples/ 在此使用以下示例 可编辑的数学字段 import React , { useState } from 'react' import { addStyles , EditableMathField } from 'react-mathquill' // inserts the required css to the <head> block. // you can skip this, if you want to do that by yourself. addStyles ( ) const EditableMathExample = ( ) => { const [ latex , setLatex ] = useState ( '\\frac{1}{\\sqrt{2}}\\cdot 2' ) return ( < div> < EditableMathField latex = { latex } onChange = { ( mathField ) =


【文件预览】:
react-mathquill-master
----.eslintrc.json(425B)
----webpack.config.js(2KB)
----src()
--------mathquill-loader.js(218B)
--------EditableMathField.js(2KB)
--------index.js(576B)
--------StaticMathField.js(736B)
----.babelrc(62B)
----.npmignore(15B)
----.prettierrc.json(86B)
----examples()
--------src()
----LICENSE(1KB)
----README.md(3KB)
----webpack.examples.js(767B)
----index.d.ts(2KB)
----.gitignore(19B)
----index.js(186B)
----package-lock.json(398KB)
----package.json(2KB)

网友评论