react-multi-carousel
Advanced tools
Comparing version 1.3.15 to 1.3.16
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.3.15", | ||
"version": "1.3.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -208,3 +208,3 @@ # react-multi-carousel | ||
## ParitialVisibile props. | ||
## partialVisbile props. | ||
@@ -235,3 +235,3 @@ Shows the next items paritially, this is very useful if you want to indicate to the users that this carousel component is swipable, has more items behind it. | ||
} | ||
<Carousel paritialVisibile={true} responsive={responsive}> | ||
<Carousel partialVisbile={true} responsive={responsive}> | ||
<ItemOne /> | ||
@@ -238,0 +238,0 @@ <ItemTwo /> |
152479