Help
Article list
Hairline-divided article rows with an empty state.
Install
npx shadcn@latest add https://ui.inflection.network/r/article-list.jsonPulls in utils automatically.
Usage
Common questions
Props
| Name | Type | Description |
|---|---|---|
| items* | ArticleSummary[] | `{ id, title, summary? }`. |
| onSelect | (item: ArticleSummary) => void | Open the article. |
| label | string | Small heading above the list. |
| empty | ReactNode | Shown instead of the list when there is nothing. |
* required