Index: third_party/polymer/v0_8/components-chromium/iron-localstorage/README.md |
diff --git a/third_party/polymer/v0_8/components-chromium/iron-localstorage/README.md b/third_party/polymer/v0_8/components-chromium/iron-localstorage/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f3e1acdb41e89ba669ac16f30f4cbf41eb5fb9a9 |
--- /dev/null |
+++ b/third_party/polymer/v0_8/components-chromium/iron-localstorage/README.md |
@@ -0,0 +1,13 @@ |
+iron-localstorage |
+================= |
+ |
+Element access to localStorage. The "name" property |
+is the key to the data ("value" property) stored in localStorage. |
+ |
+`iron-localstorage` automatically saves the value to localStorage when |
+value is changed. Note that if value is an object auto-save will be |
+triggered only when value is a different instance. |
+ |
+```html |
+<iron-localstorage name="my-app-storage" value="{{value}}"></iron-localstorage> |
+``` |