Slide 23
Slide 23 text
Digital Design Systems
Some things to look for …
Behavior
Apply variations and transitions to
presentation and layout
Respond to interactions
Have state & logic
also consider: utils/helpers
Help w. common logic,
complex condition checks,
transformation tasks
23
@livmadsen
Presentation
Present content in the interface
Logicless
No own state (often called “dumb”)
Themeable
Simple variations
Re-usable in many contexts, agnostic
of placement (no outside spacing)
Layout
Place other components relative to
each other
Flows/flex/grids/pages
Also no own state