Block
Help centre
Search, browse and read articles in one surface. Filters locally until you give it a server search.
Install
npx shadcn@latest add https://ui.inflection.network/r/help-center.jsonPulls in utils, help-search, article-list, article-view automatically.
Usage
3 results
Props
| Name | Type | Description |
|---|---|---|
| articles* | HelpArticle[] | `{ id, title, summary?, body }`. `body` is your rendered markup. |
| onSearch | (query: string) => void | Server-side search. Without it the block filters locally. |
| footer | ReactNode | Under an article — usually a link into the conversation. |
* required