waves
A 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:
Download
This adds a waves
variable to the window.
Usage
<!-- example view --> <!-- pull in waves --> <!-- bind your view with data -->
You can reference waves using a CSS selector:
var Person = ;
or pass in a template string directly:
var Person = ;
You might do an AJAX request to get the template or store the templates on the page.