update(examples): Add Save & Restore example

* add localforage to dev deps
This commit is contained in:
Braks
2021-10-22 10:00:21 +02:00
parent eb9714b898
commit 3f863ef71c
8 changed files with 135 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
.save__controls {
position: absolute;
right: 10px;
top: 10px;
z-index: 4;
font-size: 12px;
}
.save__controls button {
margin-left: 5px;
}