Definition

What is Main Component?

The original, source component that defines the structure, styles, and behavior that all its instances inherit.

Why It Matters

Main components (also called master components) are the single source of truth in your design system. They're identified by the four-diamond icon and typically live in a dedicated component library file. Edits to main components propagate to all instances across your entire organization, making them powerful but requiring careful governance.

Examples

1

A Button main component defines the base structure: icon slot, label, padding, border radius, and color tokens.

2

Main components for a card system might include CardBase, CardHeader, CardBody, and CardFooter.

3

Publishing a library makes your main components available across all team files as instances.

Explore More Design Terms

Browse our complete glossary of Figma and design systems terminology.