page SizingGuide { layout = "showcase" seo { title = "Sizing" description = "Compact through large scales adjust the complete component system consistently." } view {
Customization

Sizing

Compact through large scales adjust the complete component system consistently.

Component size

Use xs, sm, default, md, lg, or xl when a component needs an explicit scale. Related controls should use the same size within one task.

Interface density

Compact, default, comfortable, and large adjust the system globally. Choose density from audience and task complexity rather than viewport alone.

Responsive composition

Let containers, grids, columns, navigation, and sections adapt layout. Avoid shrinking touch targets to force desktop arrangements onto mobile.

Override deliberately

Use tokens for application-wide spacing changes and component props for local intent. Measure dense tables and large marketing layouts separately.

Quick start

<Button size="sm">Compact action</Button>
<Input size="lg" label="Search" />
} }