@nib/view-mixins
v0.2.0
Published
A bunch of mixins for views that have a `.el` element.
Downloads
47
Maintainers
Readme
view-mixins
A bunch of mixins for views that have a .el
element. Mixins include:
- visibility
.isVisible() : bool
.setVisible(bool)
- focusable
.focus()
.blur()