universal-utils-vdom-components

0.0.11 • Public • Published

VDOM Components (for VDOM)


NPM

VDOM Components are prepackaged bits of code that provide some default functionality for the VDOM lib included in matthiasak/universal-utils. Think of it like a component library.

How to get started

  1. start your own node project, then npm i -S universal-utils universal-utils-vdom-components
  2. this package is compiled to es5, so you don't need to worry about the Babel require hook, or anything of the sort... just do...
  3. import * as components from 'vdom-components' to use this package in server or client-side

Who?

Matthew Keas, @matthiasak

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i universal-utils-vdom-components

Weekly Downloads

1

Version

0.0.11

License

MIT

Last publish

Collaborators

  • matthiasak