Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Material Design Lite

Material Design Lite

We will talk about:
- Material Design
- What and How of MDL
- Web Starter Kit
- Polymer Starter Kit

Andres Osorio Plata

September 02, 2015
Tweet

More Decks by Andres Osorio Plata

Other Decks in Programming

Transcript

  1. Agenda • Material Design • What and How • Web

    Starter Kit • Polymer Starter Kit • Demo time!
  2. Material Design • Interact immersively with your brand • Any

    device • Surfaces & shadows • Meaningful & delightful motion • Print–like aesthetic • Adaptive design 200K Material Apps 40% + since Lollipop
  3. MDL - What • Group of components • Lets you

    add a Material Design look and feel to your websites. • No dependency on JS frameworks • Cross-device use • Gracefully degrade in older browsers • Goal is 60fps (16.66~ms)
  4. Styles - Icons $ bower install material-design-icons --save • Icons:

    Font Web, Images Web, Android, iOS • Web: ◦ Google Web Fonts <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> ◦ @font-face
  5. Styles - Icons • Ligatures: rendering of an icon glyph

    simply by using its textual name • Evergreen browsers • Sizing • Color
  6. So... • MDL for static sites • WSK gets you

    up and running • Polymer for web components • PSK gets you up and running