Home
Home card
A tappable row on the home screen. Renders as a button only when it does something.
Install
npx shadcn@latest add https://ui.inflection.network/r/home-card.jsonPulls in utils automatically.
Usage
conversation
Props
| Name | Type | Description |
|---|---|---|
| title* | string | |
| description | string | Clamped to two lines. |
| meta | ReactNode | A byline or timestamp under the description. |
| avatars | string[] | Faces in the conversation. Capped at three. |
| onClick | () => void | When present the card renders as a real button, not a clickable div. |
* required