Item
A Item component from the Sigil design system.
Import
import { Item, ItemGroup } from "@sigil-ui/components";Preview
Usage
<Item>...</Item>Sub-components
This component includes the following parts:
<ItemGroup>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
media | ReactNode | — | — |
title | ReactNode | — | — |
description | ReactNode | — | — |
action | ReactNode | — | — |
orientation | `"horizontal" | "vertical"` | horizontal |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-md | Radius md |
--s-text-muted | Text muted |
--s-text | Text |
--s-border | Border |