tagged-jsx
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Tagged JSX

Install

$ npm i tagged-jsx

How to use

The usage of the htm(https://github.com/developit/htm) module has been slightly modified.

import { html } from "tagged-jsx";
import React from "react";

html`<a href="/">Hello!</a>`(React.createElement);

Package Sidebar

Install

npm i tagged-jsx

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

492 kB

Total Files

23

Last publish

Collaborators

  • younkue