UI
← Home

Lazy List

A scrollable list whose items load their content only once they scroll into view, using an IntersectionObserver. Items show a placeholder until revealed, then stay revealed. Scroll the list below to reveal the items further down.

  • Axe
  • Focus

Preview

  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…

Installation

npx shadcn@latest add https://ui.publictheta.com/r/lazy-list.json

Conformance

Verified against the @publictheta/ui-spec lazy-list 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.