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 + + + + +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +