Demo
bash
npm install
npm run demoOpens at http://localhost:5174:
| Page | What it shows |
|---|---|
| VirtualList | Flat list, 10 000 items, mixed row heights, vertical/horizontal layout toggle, "Watchlist" (useVisibilityTracker) |
| GroupedVirtualList | Collapsible groups, expand/collapse all |
| VirtualTable | Sortable, resizable, fixed columns, pinned rows, column show/hide, checkbox row selection |
| VirtualGrid | Auto-column responsive grid |
| VirtualTree | Nested hierarchy, lazy child loading |
| InfiniteLoader | Bidirectional infinite scroll |
| VirtualSelect | Virtualized searchable dropdown, simulated async/remote search |
| Composables | Keyboard navigation + drag-to-reorder |