ractive-adaptors-rxjs
v0.2.1
Published
ractive-adaptors-rxjs plugin for Ractive.js
Downloads
2
Readme
Ractive.js RxJS adaptor plugin
Work-in-progress. Does not yet work!
Find more Ractive.js plugins at ractivejs.org/plugins
Usage
Include this file on your page below Ractive, e.g:
<script src='lib/ractive.js'></script>
<script src='lib/ractive-adaptors-rxjs.js'></script>
Or, if you're using a module loader, require this module:
// requiring the plugin will 'activate' it - no need to use the return value
require( 'ractive-adaptors-rxjs' );
plugin-specific instructions to go here...
License
Copyright (c) 2014 Rich Harris. Licensed MIT
Created with the Ractive.js plugin template for Grunt.