iamfrontender / evt-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

License:Apache License 2.0


Languages

Language:HTML 97.1%Language:JavaScript 2.9%