Skip to content

bzalasky/cycle-dom

 
 

Repository files navigation

Cycle DOM

A collection of Cycle drivers to enable interaction with the DOM. It includes a DOM Driver, an HTML Driver, both working on top of virtual-dom.

Read the docs and check the examples.

npm version

Browser support

Sauce Test Status

Resources

  • Hyperscript-helpers npm install hyperscript-helpers: create virtual DOM elements with div({className: 'wrapper'}, [ h1('Header') ]) instead of h('div.wrapper', [ h('h1', 'Header') ]).

LICENSE

The MIT License (MIT)


Build Status Code Climate Dependency Status devDependency Status

About

The standard DOM Driver for Cycle.js based on virtual-dom, and other helpers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • HTML 0.6%