Feed
An infinite-scroll feed — the social-feed / activity-stream pattern. The next page of items appends automatically when you scroll near the bottom, with no “load more” button. It uses the ARIA feed roles (role="feed" of role="article" items, each with aria-posinset / aria-setsize).
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/feed.jsonConformance
This component conforms to the @publictheta/ui-spec feed specification. Run the suite against any implementation with pnpm conformance.