Identity
Greeting header
The tall opening block on the home screen, with optional avatars and slotted actions.
Install
npx shadcn@latest add https://ui.inflection.network/r/greeting-header.jsonPulls in utils automatically.
Usage
Hi there. How can we help?
Answers come from your docs, not from a script.
Props
| Name | Type | Description |
|---|---|---|
| greeting* | string | The large serif line. |
| subtitle | string | One line under it. |
| avatars | string[] | Overlapping faces above the greeting. Capped at four. |
| children | ReactNode | Actions below the text — a search field, a button. |
* required