Imagine ArtImagine Art

A structured list with rich items supporting leading icons, descriptions, and trailing actions.

Layout & Structure

Import

import { List, ListItem } from "@/components/ui"

API

PropTypeDefaultDescription
variant"unordered" | "ordered" | "check""unordered"List style affecting leading indicators.
childrenReactNodeListItem components.

Examples