Radius
Pre-alphaThe registry and the CLI are not published yet.Roadmap

Radius

Corner rounding of surfaces and controls.

Draft

The values shown here are conceptual and may change.

none
0
sm
6
md
10
lg
14
xl
20
full
9999
Conceptual
export const radius = {
	none: 0,
	sm: 6,
	md: 10,
	lg: 14,
	xl: 20,
	full: 9999,
} satisfies Radius;
KeyTypical use
smBadges, chips, checkboxes
mdButtons, inputs
lgCards, list groups
xlBottom sheets, dialogs
fullAvatars, pills, switches

A nested surface should use a smaller radius than its container, so the corners look parallel.