Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 550 Bytes

Element.Type

Abstraction layer for lazy collections of elements. You can define interface models and behavior of those models without referring to actual elements. In this way, no event plumbing is needed when part of the DOM changes.

This is particularly helpful for describing behavior of widgets and complex interfaces.

Screenshot

How to use

See the gallery demo for a basic example.