Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

matthiasak/vdom-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published