A jigsaw piece that symbolises either a Component
, an Add-on
or a State
is called a Piece
Components
?They’re the core building blocks – self-contained units of functionality
Eg. Hero text, Data lists, Carousel etc.
Add-ons
?They’re modifiers that enhance a Component
by adding optional functionality to it
Eg. Sliders, Chips etc.
States
?They’re variants of a Component
Eg. Small size, promoted state etc.
They’re the different moods or appearances a component can have
Pieces
Components
Components
can be stacked with Add-ons
or Components
above or below them. They can also have States
stacked horizontally.
Add-ons
Add-ons
can be stacked with Components
or Add-ons
above or below them. They can also have States
stacked horizontally.