Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Material Design Lite
Search
Andres Osorio Plata
September 02, 2015
Programming
0
130
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
Share
More Decks by Andres Osorio Plata
See All by Andres Osorio Plata
Reactive Programming in Javascript
codeandrop
0
120
Todo App Angular 2
codeandrop
1
170
Other Decks in Programming
See All in Programming
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
810
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
190
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
540
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1k
TypeScriptでDXを上げろ! Hono編
yusukebe
3
770
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
470
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
24
9.6k
GPUを計算資源として使おう!
primenumber
1
250
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
240
レトロゲームから学ぶ通信技術の歴史
kimkim0106
0
110
ニーリーにおけるプロダクトエンジニア
nealle
0
950
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The World Runs on Bad Software
bkeepers
PRO
70
11k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
A designer walks into a library…
pauljervisheath
207
24k
Done Done
chrislema
184
16k
YesSQL, Process and Tooling at Scale
rocio
173
14k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
RailsConf 2023
tenderlove
30
1.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
282
13k
Transcript
Material Design Lite Andres Osorio @codeandrop
Agenda • Material Design • What and How • Web
Starter Kit • Polymer Starter Kit • Demo time!
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
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)
Styles Components Templates
Styles - Fonts <link rel="stylesheet" href="http://fonts.googleapis.com/css? family=Roboto:300,400,500,700" type="text/css">
Styles - Icons
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
Styles - Icons • Ligatures: rendering of an icon glyph
simply by using its textual name • Evergreen browsers • Sizing • Color
Styles - Icons
Styles - Color Palette
Components
Components
None
Templates - Blog
Templates - Dashboard
Web Starter Kit
Polymer Starter Kit
So... • MDL for static sites • WSK gets you
up and running • Polymer for web components • PSK gets you up and running
Demo Time!
Links • http://getmdl.io • https://developers.google.com/web/tools/starter-kit/ • https://developers.google.com/web/tools/polymer- starter-kit/
Andres Osorio @codeandrop