callbag-element
v2.0.0
Published
A custom element that sets its contents from a callbag stream
Downloads
1
Maintainers
Readme
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-element
And the polyfill for web components:
npm install --save @webcomponents/webcomponentsjs
Example
See example.js and example.html for example usage. You can run the
example with parcel via npm run example
.