Block
Home screen
The panel's home view: greeting, a way in, the last conversation and announcements. A view, not an app — it owns no tabs.
Install
npx shadcn@latest add https://ui.inflection.network/r/home-screen.jsonPulls in utils, greeting-header, home-card, news-card automatically.
Usage
Hi there. How can we help?
Answers come from your docs, not from a script.
Props
| Name | Type | Description |
|---|---|---|
| onStartConversation* | () => void | |
| greeting | string | Default: "Hi there. How can we help?" |
| subtitle | string | |
| recent | RecentConversation | The last conversation, shown under the way in. |
| news | NewsItem[] | Announcements. |
* required