Free components for building your own support agent — bring any backend.Want the agent too? Inflection resolves support requests inside your app.

Help

Article list

Hairline-divided article rows with an empty state.

Install

npx shadcn@latest add https://ui.inflection.network/r/article-list.json

Pulls in utils automatically.

Usage

Common questions

Props

NameTypeDescription
items*ArticleSummary[]`{ id, title, summary? }`.
onSelect(item: ArticleSummary) => voidOpen the article.
labelstringSmall heading above the list.
emptyReactNodeShown instead of the list when there is nothing.

* required