Design tokensExtract colors, typography, and spacing from Figma
List
View in FigmaA structured list with rich items supporting leading icons, descriptions, and trailing actions.
Layout & StructureImport
import { List, ListItem } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "unordered" | "ordered" | "check" | "unordered" | List style affecting leading indicators. |
| children | ReactNode | — | ListItem components. |