Skip to content
vic

melange-re/ppx_jsx_embed

null

melange-re/ppx_jsx_embed.json
{
"createdAt": "2021-04-03T22:26:38Z",
"defaultBranch": "master",
"description": null,
"fullName": "melange-re/ppx_jsx_embed",
"homepage": null,
"language": "OCaml",
"name": "ppx_jsx_embed",
"pushedAt": "2023-04-23T11:40:34Z",
"stargazersCount": 23,
"topics": [],
"updatedAt": "2024-11-04T23:50:51Z",
"url": "https://github.com/melange-re/ppx_jsx_embed"
}

ppx_jsx_embed allows embedding of Reason JSX within .ml files.

Install the library and its dependencies via [OPAM][opam] !:

[opam] !: http://opam.ocaml.org/

Terminal window
opam install ppx_jsx_embed
let[@react.component] my_component ~children = {%jsx|
<div id="jsx_works" />
|}

ppx_jsx_embed is distributed under the 3-Clause BSD License, see [LICENSE]!(./LICENSE).