Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 444 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 444 Bytes

ppx_jsx_embed

ppx_jsx_embed allows embedding of Reason JSX within .ml files.

Installation

Install the library and its dependencies via OPAM:

opam install ppx_jsx_embed

Usage

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

License

ppx_jsx_embed is distributed under the 3-Clause BSD License, see LICENSE.