import { CVirtualScroller } from '@coreui/react-pro'// orimport CVirtualScroller from '@coreui/react-pro/src/components/virtual-scroller/CVirtualScroller'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| onScroll | Event fires when the component has been scrolled. | (currentItemIndex: number) => void | - |
| visibleItems | Amount of visible items | number | - |
On this page