/attribute

A stream that sets attributes on an element

Primary LanguageJavaScriptMIT LicenseMIT

attribute

Stream that updates attributes on elements

Example

Creates a delta-stream which when written to updates attributes

var delta = Attribute(someElement)

delta.set("anyAttribute", "anyValue")

Installation

npm install attribute

Contributors

  • Raynos

MIT Licenced