Raynos / attribute

A stream that sets attributes on an element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A stream that sets attributes on an element

License:MIT License


Languages

Language:JavaScript 100.0%