hastscript-jsx
v1.0.0
Published
A library to create HAST trees with JSX.
Downloads
6
Readme
hastscript-jsx
A library to create HAST trees with JSX.
Example
const tree = (
<div class="foo" id="some-id">
<span>some text</span>
<input type="text" value="foo" />
<a className="alpha bravo charlie" download>deltaecho</a>
</div>
);
Installation
yarn add hastscript-jsx
License
MIT License