This package has been deprecated

Author message:

1.1.0

panda-vdom

1.1.1 • Public • Published

Panda VDOM

VDOM helpers for writing direct VDOM-based templates. Based on the excellent diffHTML library behind the scenes.

import {HTML} from "../src/index"
{render, html, body, h1} = HTML

assert.equal "<html><body><h1>Hello, World!</h1></body></html>",
  render html [
    body [
      h1 "Hello, World!"
    ]
  ]

Installation

npm i panda-vdom

Readme

Keywords

Package Sidebar

Install

npm i panda-vdom

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

9.78 kB

Total Files

4

Last publish

Collaborators

  • dyoder
  • freeformflow