# Vue Virtual Scroller Component API

> Explore the API reference for the Vue Virtual Scroller component and discover how to effectively utilize its props for customization.

## CVirtualScroller

```jsx
import { CVirtualScroller } from '@coreui/vue-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `visibleItems` | `number` | `10` | Amount of visible items |
