UNPKG
react-components
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
React components used by Khan Academy
khan.github.io/react-components/
Khan/react-components
react-components
/
examples
/
tex.jsx
4 lines
(2 loc)
•
211 B
JSX
View Raw
1
2
3
4
// return
<
TeX
>
{"\\nabla \\times \\vec{\\mathbf{B}} -\\, \\frac1c\\, \\frac{\\partial\\vec{\\mathbf{E}}}{\\partial t} = \\frac{4\\pi}{c}\\vec{\\mathbf{j}}"}
</
TeX
>
return
<
TeX
>
\nabla \cdot E = 4 \pi \rho
</
TeX
>
;