ripple.js build for browserify
npm install wavesA view library built on top of Ripple. Waves is to Ripple as Myth is to Rework. Makes it easier to get started with Ripple if you're not using a package manager.
If you're using Component or Browserify, you're better off using ripple directly.
It's just ripple but with a few plugins (listed below) included for you, to get you started:
* events
* each
* bind-methods
* extend
* computed
* refs
This adds a waves variable to the window.
``html
`
You can reference waves using a CSS selector:
`js`
var Person = waves('#person');
or pass in a template string directly:
`js``
var Person = waves('{{name}}');
You might do an AJAX request to get the template or store the templates on the page.