DSNiemeyer
Language

Border radius

Radius tokens based on the base value --radius: 12px.

Visual scale

none

rounded-none

var(--radius-none)

sm

rounded-sm

calc(var(--radius) - 4px)

DEFAULT

rounded

calc(var(--radius) - 2px)

md

rounded-md

calc(var(--radius))

lg

rounded-lg

calc(var(--radius) + 2px)

xl

rounded-xl

calc(var(--radius) + 4px)

full

rounded-full

var(--radius-full)

Usage by component

ComponentRadiusPreview
Buttonrounded
Inputrounded
Cardrounded-md
Dialogrounded-sm
Badgerounded-full
Avatarrounded-full
Tooltiprounded