From 508c0fb90093f7bf6c9cc917fac6fc78d251a537 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Thu, 10 Sep 2015 14:48:26 -0500 Subject: [PATCH] chore(docs): add button demo --- demos/buttons/index.html | 21 +++++++++++++++++++++ demos/buttons/index.ts | 7 +++++++ demos/buttons/main.html | 28 ++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 demos/buttons/index.html create mode 100644 demos/buttons/index.ts create mode 100644 demos/buttons/main.html diff --git a/demos/buttons/index.html b/demos/buttons/index.html new file mode 100644 index 0000000000..a6cb807e57 --- /dev/null +++ b/demos/buttons/index.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/demos/buttons/index.ts b/demos/buttons/index.ts new file mode 100644 index 0000000000..43aed36502 --- /dev/null +++ b/demos/buttons/index.ts @@ -0,0 +1,7 @@ +import {App} from 'ionic/ionic'; + + +@App({ + templateUrl: 'main.html' +}) +class E2EApp {} diff --git a/demos/buttons/main.html b/demos/buttons/main.html new file mode 100644 index 0000000000..f4b0e9cdce --- /dev/null +++ b/demos/buttons/main.html @@ -0,0 +1,28 @@ + + + Default Buttons + + + + +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +