Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 411 Bytes

Evt Elements

Set of Polymer based web-components, ready to work with data structures from EVRYTHNG API.


Usage

<my-app>
    <section class="device-info">

        <evt-thng thng="{{thng}}" mode="full"></evt-thng>
        <evt-thng-properties thng="{{thng}}"></evt-thng-properties>
        <evt-thng-actions thng="{{thng}}" user="{{user}}"></evt-thng-actions>

    </section>
</my-app>