diff --git a/README.md b/README.md index 9a4b362..88a1cbb 100644 --- a/README.md +++ b/README.md @@ -217,9 +217,10 @@ This slot takes content for the carousel. Slot props: -| Prop | Type | Description | -|-------------------|------------|----------------------------------------------------------------------| -| `loaded` | `number[]` | Contains indexes of pages to be loaded. Can be used for lazy loading | +| Prop | Type | Description | +|--------------------|------------|----------------------------------------------------------------------| +| `loaded` | `number[]` | Contains indexes of pages to be loaded. Can be used for lazy loading | +| `currentPageIndex` | `number` | Represents current page index (start from 0) | ```jsx