UI
← Home

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`).

  • Axe
  • Focus

Preview

Item 1
Item 2
Item 3
Item 4

Installation

npx shadcn@latest add https://ui.publictheta.com/r/feed.json

Conformance

Verified against the @publictheta/ui-spec feed specification on both the React and vanilla reference implementations, across Chromium, Firefox, and WebKit.

  • Axe No WCAG 2 A/AA axe-core violations
  • Focus A visible focus indicator appears on keyboard focus (WCAG 2.4.7)

See the full conformance matrix across all components.