diff --git a/bower.json b/bower.json index 02a4c90..c752ade 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,8 @@ "main": "key-pad.html", "dependencies": { "polymer": "Polymer/polymer#^1.4.0", - "iron-flex-layout": "^1.3.1" + "iron-flex-layout": "^1.3.1", + "iron-icons": "^1.2.0" }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", diff --git a/demo/index.html b/demo/index.html index 0e1517d..b9377b7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -18,9 +18,33 @@

Basic key-pad demo

+ + + +

Max length

+ + + + +

Unordering keys

+ +
diff --git a/key-pad-key-styles.html b/key-pad-key-styles.html new file mode 100644 index 0000000..843aedd --- /dev/null +++ b/key-pad-key-styles.html @@ -0,0 +1,48 @@ + + + + + + + diff --git a/key-pad-key.html b/key-pad-key.html new file mode 100644 index 0000000..218e185 --- /dev/null +++ b/key-pad-key.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + diff --git a/key-pad-styles.html b/key-pad-styles.html index 9cbb8d9..1e47989 100644 --- a/key-pad-styles.html +++ b/key-pad-styles.html @@ -65,4 +65,43 @@ } - \ No newline at end of file + + + + + diff --git a/key-pad.html b/key-pad.html index e7384a4..015849d 100644 --- a/key-pad.html +++ b/key-pad.html @@ -1,5 +1,8 @@ + + + - +