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
130
Todo App Angular 2
codeandrop
1
170
Other Decks in Programming
See All in Programming
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
200
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
130
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
110
Ruby x Terminal
a_matsuda
7
590
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
180
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.2k
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
380
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
700
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
540
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
140
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
360
Featured
See All Featured
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Navigating Team Friction
lara
192
16k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Building Adaptive Systems
keathley
44
2.9k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
For a Future-Friendly Web
brad_frost
183
10k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
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