From e1b9d63776f5185b8e2e444a36fa04339f44cefb Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 3 Sep 2022 13:17:05 +0300 Subject: [PATCH] Update docs --- README.md | 7 ++++--- src/docs/Carousel.svx | 9 ++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) 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