UNPKG

atomico

Version:

Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.

6 lines (4 loc) 116 B
import htm from "htm"; import { h } from "./core/core"; export const html = htm.bind(h); export default html;