Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ragingwind/efb7e6709182e9068ea5 to your computer and use it in GitHub Desktop.
Save ragingwind/efb7e6709182e9068ea5 to your computer and use it in GitHub Desktop.
Footnote for Polymer: Build a Material Design Mobile Web App with Paper Elements

2. Installing core elements

3. Building a responsive layout

4. Opening a drawer

5. Using Paper elements

6. Storing notes locally

7. Using control elements

8. Adding Paper effects

class="{{ {tall : !narrow} | tokenList }}" 
=> var class = function(narrow) {return !narrow ? 'tall' : ''};
@Ogwang
Copy link

Ogwang commented Nov 26, 2014

Awesome

@cwdoh
Copy link

cwdoh commented Dec 3, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment