MediaObject
Icon/avatar + text layout pattern for lists and feeds.
Preview
Usage
import { MediaObject } from '@ramtt/ui'
<MediaObject title="Session uploaded" description="2h ago" avatar="/me.jpg" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Title text |
| description | string | — | Description text |
| icon | ReactNode | — | Leading icon |
| avatar | string | — | Avatar image URL |
| action | ReactNode | — | Action element |