1.4.0 • Published 6 years ago

@leofavre/elmnt v1.4.0

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

Elmnt

Yet another abstraction layer for creating web components.

Build Status Coverage Status

Elmnt is an abstraction layer that lets you set and reflect attributes and properties on web components and react to their changes.

One key difference from other libraries is that it doesn't assume that attributes always derive from properties. It also doesn't delay changes from being applied.

Elmnt comes with a set of decorators that can be combined to add common functionalities like dispatching DOM Events or handling state like React does.