Skip to content

Commit

Permalink
docs: update mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimovpetar committed Mar 22, 2024
1 parent 4a39653 commit 5578cb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/website/docs/_components_pages/main/Carousel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ When the first page is reached, pressing "Backward" will navigate to the last pa
<Cyclic />

### Arrows Placement
When **pageIndicatorStyle** is set to **"Content"**, the arrows are placed on the sides of the current page.
When **pageIndicatorStyle** is set to **"Navigation"**, the arrows are placed on the sides of the page indicator.
When **arrowsPlacement** is set to **"Content"**, the arrows are placed on the sides of the current page.
When **arrowsPlacement** is set to **"Navigation"**, the arrows are placed on the sides of the page indicator.

<ArrowsPlacement />

### Page Indicator
When **pageIndicatorStyle** is set to **"Default"**, the page indicator appear as dots.
When **pageIndicatorStyle** is set to **"Numeric"** - as numbers.
When **pageIndicatorType** is set to **"Default"**, the page indicator appear as dots.
When **pageIndicatorType** is set to **"Numeric"** - as numbers.

<PageIndicatorType />

Expand Down

0 comments on commit 5578cb5

Please sign in to comment.