faan11-web / app-localstorage-tidy

Webcomponent for storing json in Localstorage. ( Polymer 2.* )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<app-localstorage-tidy>

app-localstorage-tidy writes and reads using localStorage api.

<app-localstorage-tidy
    key="test"
    value="{{test}}"
    default-value="{{defaultValue}}">
</app-localstorage-tidy>
<h2> this test was executed: {{test}} </h2>

About

Webcomponent for storing json in Localstorage. ( Polymer 2.* )

License:MIT License


Languages

Language:HTML 100.0%