Skip to content

Commit 06d1123

Browse files
committed
documentation: Review doc
1 parent 8e214af commit 06d1123

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

ROADMAP.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
1. Handle multiple touches
22
- Be able to move 2 carousels on a touchable device
3-
2. Add basic arrows when config:
3+
2. Make it infinite scroll
4+
3. Add basic arrows when config:
45
```jsx
56
<ReactCarousel
67
navigation={{
78
arrows: true,
89
}}
910
>...</ReactCarousel>
1011
```
11-
3. Permit custom dots:
12+
4. Permit custom dots:
1213
```jsx
1314
<ReactCarousel
1415
navigation={{
@@ -18,7 +19,7 @@
1819
}}
1920
>...</ReactCarousel>
2021
```
21-
4. Permit custom arrows:
22+
5. Permit custom arrows:
2223
```jsx
2324
<ReactCarousel
2425
navigation={{
@@ -29,4 +30,4 @@
2930
}}
3031
>...</ReactCarousel>
3132
```
32-
5. Handle keyboard navigation (accessibility purpose)
33+
6. Handle keyboard navigation (accessibility purpose)

0 commit comments

Comments
 (0)