We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e214af commit 06d1123Copy full SHA for 06d1123
1 file changed
ROADMAP.md
@@ -1,14 +1,15 @@
1
1. Handle multiple touches
2
- Be able to move 2 carousels on a touchable device
3
-2. Add basic arrows when config:
+2. Make it infinite scroll
4
+3. Add basic arrows when config:
5
```jsx
6
<ReactCarousel
7
navigation={{
8
arrows: true,
9
}}
10
>...</ReactCarousel>
11
```
-3. Permit custom dots:
12
+4. Permit custom dots:
13
14
15
@@ -18,7 +19,7 @@
18
19
20
21
-4. Permit custom arrows:
22
+5. Permit custom arrows:
23
24
25
@@ -29,4 +30,4 @@
29
30
31
32
-5. Handle keyboard navigation (accessibility purpose)
33
+6. Handle keyboard navigation (accessibility purpose)
0 commit comments