diff --git a/bower.json b/bower.json index 4187438..9991bce 100644 --- a/bower.json +++ b/bower.json @@ -29,8 +29,10 @@ "devDependencies": { "iron-collapse": "PolymerElements/iron-collapse#^1.0.0", "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", "paper-button": "PolymerElements/paper-button#^1.0.0", + "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0", "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", "web-component-tester": "^4.0.0", diff --git a/demo/cafe.png b/demo/cafe.png new file mode 100644 index 0000000..50f5aad Binary files /dev/null and b/demo/cafe.png differ diff --git a/demo/donuts.png b/demo/donuts.png new file mode 100644 index 0000000..10eeb2d Binary files /dev/null and b/demo/donuts.png differ diff --git a/demo/house.png b/demo/house.png new file mode 100644 index 0000000..b697f9e Binary files /dev/null and b/demo/house.png differ diff --git a/demo/index.html b/demo/index.html index d20c6c1..c4dfbe9 100644 --- a/demo/index.html +++ b/demo/index.html @@ -17,195 +17,307 @@ - - - + + + + + + + + + + - + -
- - -
-
Cards are a convenient means of displaying content composed of different types of objects. -

- Hurray! -
-
-
- - - - -
- Cards can have different shadows. -
-
- Decrease - Increase -
-
- - -
- Lorem ipsum dolor sit amet, nec ad conceptam interpretaris, mea ne solet repudiandae. Laudem nostrud ei vim. Sapientem consequuntur usu ad, vel etiam philosophia ex, ad quidam option quo. Sed sale integre pericula ei, rebum adipiscing ius ea. -
-
- - - -
-
- - -
- Lorem ipsum dolor sit amet, nec ad conceptam interpretaris, mea ne solet repudiandae. Laudem nostrud ei vim. Sapientem consequuntur usu ad, vel etiam philosophia ex, ad quidam option quo. Sed sale integre pericula ei, rebum adipiscing ius ea. -
-
- Nay - Yay! - + - expandDemo._toggleMoreInfo = function(event) { - var moreInfo = document.getElementById('more-info'); - var iconButton = Polymer.dom(event).localTarget; - iconButton.icon = moreInfo.opened ? 'hardware:keyboard-arrow-up' - : 'hardware:keyboard-arrow-down'; - moreInfo.toggle(); - }; - +

Paper-cards can be organized in different collections

+

Same layout, different content

+ + + + +

Different layout and content

+ + + +
diff --git a/demo/travel.png b/demo/travel.png new file mode 100644 index 0000000..13c7c6d Binary files /dev/null and b/demo/travel.png differ diff --git a/demo/trip.png b/demo/trip.png new file mode 100644 index 0000000..6ccb46c Binary files /dev/null and b/demo/trip.png differ