#69 : Update docs

This commit is contained in:
Vadim
2021-10-03 12:19:39 +03:00
parent 96ca49c7f4
commit ff553e2734
4 changed files with 12 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
## Multiple items!anchorId:features-multiple-items;
<Carousel
particlesToShow={3}
particlesToScroll={3}
particlesToScroll={2}
>
{#each colors as { color, text } (color)}
<Color {color} {text} />
@@ -41,7 +41,7 @@
```jsx
<Carousel
particlesToShow={3}
particlesToScroll={3}
particlesToScroll={2}
>
{#each colors as { color, text } (color)}
<Color {color} {text} />