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
Module Proxyのマニアックな話 / Niche Topics in Module Proxy
kuro_kurorrr
0
480
Amazon ECS Managed Instances が リリースされた!キャッチアップしよう!! / Let's catch up Amazon ECS Managed Instances
cocoeyes02
0
120
オープンソースソフトウェアへの解像度🔬
utam0k
18
3.2k
Dive into Triton Internals
appleparan
0
370
品質ワークショップをやってみた
nealle
0
820
Vue 3.6 時代のリアクティビティ最前線 〜Vapor/alien-signals の実践とパフォーマンス最適化〜
hiranuma
2
350
ボトムアップの生成AI活用を推進する社内AIエージェント開発
aku11i
0
1.4k
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
18
9.3k
SidekiqでAIに商品説明を生成させてみた
akinko_0915
0
110
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
440
Reactive Thinking with Signals and the Resource API
manfredsteyer
PRO
0
120
ビルドプロセスをデバッグしよう!
yt8492
0
180
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
4 Signs Your Business is Dying
shpigford
186
22k
KATA
mclloyd
PRO
32
15k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Facilitating Awesome Meetings
lara
57
6.6k
Side Projects
sachag
455
43k
A designer walks into a library…
pauljervisheath
209
24k
Unsuck your backbone
ammeep
671
58k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
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