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
110
Todo App Angular 2
codeandrop
1
170
Other Decks in Programming
See All in Programming
C++20 射影変換
faithandbrave
0
480
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
110
Cursor Meetup Tokyo ゲノミクスとCursor: 進化と制約のあいだ
koido
2
1k
人には人それぞれのサービス層がある
shimabox
3
680
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
120
GoのGenericsによるslice操作との付き合い方
syumai
2
630
Java on Azure で LangGraph!
kohei3110
0
140
Perplexity Slack Botを作ってAI活用を進めた話 / AI Engineering Summit プレイベント
n3xem
0
660
GoのWebAssembly活用パターン紹介
syumai
3
10k
XSLTで作るBrainfuck処理系
makki_d
0
200
GraphRAGの仕組みまるわかり
tosuri13
7
400
ASP.NETアプリケーションのモダナイズ インフラ編
tomokusaba
1
330
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
RailsConf 2023
tenderlove
30
1.1k
Navigating Team Friction
lara
187
15k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
690
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Agile that works and the tools we love
rasmusluckow
329
21k
Side Projects
sachag
455
42k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
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