universal-utils-vdom-components
v0.0.11
Published
vdom components library for universal-utils' vdom library (mithril-like API)
Downloads
6
Readme
VDOM Components (for VDOM)
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
- start your own node project, then
npm i -S universal-utils universal-utils-vdom-components
- 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...
import * as components from 'vdom-components'
to use this package in server or client-side
Who?
Matthew Keas, @matthiasak
License
MIT.