2.0.0 • Published 7 years ago
callbag-element v2.0.0
callbag-element
A custom element that sets its contents by consuming a Node from a pullable or listenable source
Installation
Install from npm:
npm install --save callbag-elementAnd the polyfill for web components:
npm install --save @webcomponents/webcomponentsjsExample
See example.js and example.html for example usage. You can run the 
example with parcel via npm run example.