html-to-snabbdom
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

html-to-snabbdom

Transform HTML to Snabbdom VNodes.

Installation

npm install html-to-snabbdom

Usage

import { h2v } from 'html-to-snabbdom';

const vnode = h2v('<div class="foo">Hello World</div>');

Readme

Keywords

Package Sidebar

Install

npm i html-to-snabbdom

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

18.4 kB

Total Files

11

Last publish

Collaborators

  • joyqi