Skip to content

haubey/Enyochair.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Enyochair.js

Lawnchair for Enyo

Create it as a normal component withen a kind

components: [
  {kind: "Lawnchair", name: "storage"}
]

this.$.storage.add({some: "json"}, enyo.bind(this, function() {}));

this.$.storage.get("key", enyo.bind(this, function(record) {
 /*Do something with data*/
}));

You can add in plugins and adapters by making the same calls you would normally with lawnchair

About

Lawnchair.js rewritten as an enyo kind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published