-Eric A. Meyer
I envy “the kids”, the ones just
starting to learn front end now.
They’re likely never going to know
the pain of float drop, or wrestling
with inline blocks, or not being
able to center along one axis.
Slide 11
Slide 11 text
Brand identity
Slide 12
Slide 12 text
How to create a UI-Kit?
Slide 13
Slide 13 text
How to create a UI-Kit?
wat.
Slide 14
Slide 14 text
Component library
StyleG
uide
Design System UI-Kit
Component-kit
UI Elements
Slide 15
Slide 15 text
UI StyleGuide
Design System
UI-Kit
UI Elements
Slide 16
Slide 16 text
UI StyleGuide
Design System
UI-Kit
UI Elements
Slide 17
Slide 17 text
No content
Slide 18
Slide 18 text
No content
Slide 19
Slide 19 text
No content
Slide 20
Slide 20 text
No content
Slide 21
Slide 21 text
UI Elements
Slide 22
Slide 22 text
No content
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
No content
Slide 25
Slide 25 text
Register
App
Slide 26
Slide 26 text
No content
Slide 27
Slide 27 text
No content
Slide 28
Slide 28 text
ember addons
Slide 29
Slide 29 text
Generate the addon
Slide 30
Slide 30 text
No content
Slide 31
Slide 31 text
No content
Slide 32
Slide 32 text
Ember addon file structure
addon/
app/
tests/dummy
package.json
Slide 33
Slide 33 text
Generate an addon component
Slide 34
Slide 34 text
No content
Slide 35
Slide 35 text
No content
Slide 36
Slide 36 text
app/ & addon/ folders
app/
addon/
app/
The Ember Addon The Ember App
exports
automagic
“merge”
manual
imports
Slide 37
Slide 37 text
Addon dev tips
Slide 38
Slide 38 text
Linking to the addon while
developing
The Ember addon The Ember app
Slide 39
Slide 39 text
Linking to the addon while
developing
Slide 40
Slide 40 text
Enable live reload while developing
the addon
Slide 41
Slide 41 text
• T
Remember to add ember-cli-htmlbars
to the addon’s packages deps
https://github.com/ember-cli/ember-cli/issues/4436
#helpwanted
Slide 42
Slide 42 text
Adding styles to the
addon
Slide 43
Slide 43 text
Manage shared styles in your
component kit
my-ui-kit/addon/styles/mu-ui-kit.css
Automatically include SCSS stylesheets from the addon
my-ui-kit/app/styles/mu-ui-kit.css
Manually include stylesheets from the addon