Item
Overview
A flexible list item container that supports visual variants and sizes. Renders via the Reka UI Primitive for polymorphic element support.
Theme entry: Item
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | string|array|object | undefined | Additional CSS classes to apply to the item. | |
| as | string|object | "div" | The HTML element or component to render as. | |
| asChild | boolean | undefined | Whether to render as the child element (slot passthrough). | |
| variant | string | undefined | The visual style variant of the item. | |
| size | string | undefined | The size preset of the item. |
Slots
default
Slot.
Source
client/lib/shell/item/Item.vue