Component

A component is one of the core building blocks of a design system, as it represents reusable interface elements that designers and engineers can use to ship products. This means that components exist not only in design software but also have a coded counterpart.

Components are built using tokens from the design system to define colours, spacing, and other aspects that contribute to their visual representation.

Classic examples of components include buttons, inputs, list items, cards, and other elements that are frequently used across different products.

Alt text:   A user interface dialog box with the title "Reset settings?" prompts the user to reset app preferences to default and sign out of listed accounts. The dialog includes a reset icon at the top (2), the main message (3), explanatory text (4), a horizontal divider (5), and a list of three user accounts with profile pictures and email addresses: leevillanuevanotes@google.com, alloalejandro@google.com, and oliortega@google.com. At the bottom, there are two action buttons labeled "Cancel" and "Accept" (6). The dialog is centered on a gray background (7) with rounded corners (1).
A dialog component from Material Design. Go to image source.

Often a dedicated design system team creates and maintains these components, making them available to product teams. Another important characteristic of components is their properties, which determine the possible outcomes they may allow. This is why it’s essential for components to offer a certain degree of flexibility and customisation to meet the varied needs of designers and engineers.

The alternative to design system components is custom components, which are built by product teams when they cannot find suitable alternatives in the design system. These custom components can, in turn, be contributed back to the system so that other teams can benefit from them.