2.0.0 • Published 5 years ago

callbag-element v2.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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.