Skip to content

Commit a388b3c

Browse files
authored
Fix mistakes in README.md
1 parent d482600 commit a388b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Props | Type | Default Value | Description
5050
`showDots` | `Boolean` | `true` | Show navigation or pagination dots below the slider
5151
`infinite` | `Boolean` | `true` | Infinitely slide cards.
5252
`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.
5555
`children` | `React Node` | null | Cards are components which you want to show in the carousel
5656
`cardsToShow` | `Number` | Children length | How many cards to be shown for a single slide.
5757
`afterSlide` | `Function` | null | This function will be executed after every sliding is completed

0 commit comments

Comments
 (0)