Virtual List
Scroll container with windowing support for rendering large datasets efficiently. Only visible items are rendered in the DOM.
Basic Virtual List
Preview
Item 1
Description for item 1
Item 2
Description for item 2
Item 3
Description for item 3
Item 4
Description for item 4
Item 5
Description for item 5
Striped Rows
Preview
Row 1 - Regular background
Row 2 - Striped background
Row 3 - Regular background
Row 4 - Striped background
Row 5 - Regular background
Row 6 - Striped background
Loading State
Loading items...
Empty State
No items found
Try adjusting your filters or search query.
Reference
| Class | Description |
|---|---|
| .virtual-list | Scroll container with overscroll-behavior |
| .virtual-list-container | Spacer element (set total height) |
| .virtual-list-content | Positioned content (set top offset) |
| .virtual-list-item | Individual row item |
| .virtual-list-striped | Alternating row backgrounds |
| .virtual-list-bordered | Bottom borders on rows |
| .virtual-list-loader | Loading indicator container |
| .virtual-list-spinner | Spinning loader circle |
| .virtual-list-empty | Empty state container |
| .virtual-list-scroll-top | Scroll-to-top button |
| .virtual-list-scroll-top-visible | Shows scroll-to-top button |
| .virtual-list.glass | Glassmorphism variant |