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
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
390
TDD 実践ミニトーク
contour_gara
1
280
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
4
1.6k
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
0
260
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
19
4.6k
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.9k
MLH State of the League: 2026 Season
theycallmeswift
0
210
AI OCR API on Lambdaを Datadogで可視化してみた
nealle
0
230
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
1k
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
240
AIエージェント開発、DevOps and LLMOps
ymd65536
1
380
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
110
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Six Lessons from altMBA
skipperchong
28
4k
Balancing Empowerment & Direction
lara
3
610
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
11
1.1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Bash Introduction
62gerente
615
210k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
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