Virtual List
A virtualized listbox: it renders only a bounded window of a large item set (here 1,000 items) while exposing the full size to assistive tech and keeping every item reachable by scroll or keyboard (Arrow, Home/End).
Preview
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
Item 7
Item 8
Item 9
Item 10
Item 11
Item 12
Item 13
Item 14
Item 15
Item 16
Installation
npx shadcn@latest add https://ui.publictheta.com/r/virtual-list.jsonConformance
This component conforms to the @publictheta/ui-spec virtual-list specification, including a rendered-node budget that proves it virtualizes. Run the suite against any implementation with pnpm conformance.