1.0.0 • Published 4 years ago

hastscript-jsx v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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