We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28885b1 commit 2b398a8Copy full SHA for 2b398a8
package.json
@@ -37,8 +37,8 @@
37
},
38
"peerDependencies": {
39
"prop-types": "^15.5.4",
40
- "react": "^15.0.0 || ^16.0.0",
41
- "react-dom": "^15.0.0 || ^16.0.0",
+ "react": "^15.0.0 || ^17.0.0",
+ "react-dom": "^15.0.0 || ^17.0.0",
42
"styled-components": "^5.1.0"
43
44
"devDependencies": {
src/react-elastic-carousel/index.d.ts
@@ -31,6 +31,8 @@ export interface ReactElasticCarouselProps {
31
itemsToShow?: number;
32
// Defaults to false
33
verticalMode?: boolean;
34
+ // Defaults to false
35
+ isRTL: boolean,
36
// Defaults to true
pagination?: boolean;
// Defaults to 500
0 commit comments