/html

tiny helper functions for creating virtual DOM nodes

Primary LanguageJavaScriptMIT LicenseMIT

html

tiny helper functions for creating virtual DOM nodes

import * as h from '@semibran/html'
import patch from '@semibran/patch'

patch(document.body, h.body([
  h.p(['hello world!'])
]))

usage

npm badge

license

MIT © Brandon Semilla