File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ Props | Type | Default Value | Description
50
50
` showDots ` | ` Boolean ` | ` true ` | Show navigation or pagination dots below the slider
51
51
` infinite ` | ` Boolean ` | ` true ` | Infinitely slide cards.
52
52
` Dot ` | ` React Node ` | Default | Customized pagination button (` Active slide Dot ` will get ` active ` as ` Boolean ` prop.)
53
- ` LeftArrow ` | ` React Node ` | Default | Customized left arrow button. It'll get disable ` Boolean ` prop if last Dot is active and infinite is false.
54
- ` RightArrow ` | ` React Node ` | Default | Customized right arrow button. It'll get disabled ` Boolean ` prop if first Dot is active and infinite is false.
53
+ ` LeftArrow ` | ` React Node ` | Default | Customized left arrow button. It'll get ` disabled Boolean` prop if last Dot is active and infinite is false.
54
+ ` RightArrow ` | ` React Node ` | Default | Customized right arrow button. It'll get ` disabled Boolean ` prop if first Dot is active and infinite is false.
55
55
` children ` | ` React Node ` | null | Cards are components which you want to show in the carousel
56
56
` cardsToShow ` | ` Number ` | Children length | How many cards to be shown for a single slide.
57
57
` afterSlide ` | ` Function ` | null | This function will be executed after every sliding is completed
You can’t perform that action at this time.
0 commit comments