hastscript-jsx

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i hastscript-jsx

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.15 kB

Total Files

6

Last publish

Collaborators

  • k0michi