Skip to main content

Variable: ItemMedia

@arolariu/components


@arolariu/components / ItemMedia

Variable: ItemMedia

const ItemMedia: ForwardRefExoticComponent<ItemMediaProps & RefAttributes<HTMLDivElement>>

Defined in: components/ui/item.tsx:207

Renders the leading media slot for an item.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <div> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<ItemMedia variant='icon'></ItemMedia>

See

ItemMediaProps for available props

// was this page useful?