react-carousel-slider
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "react-carousel-slider", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "react-carousel-slider React component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -131,6 +131,6 @@ # React Carousel Slider | ||
* [`slidesItems`](#slidesItems) | ||
* [`slidesCpnts`](#slidesCpnts) | ||
* [`slideItems`](#slideItems) | ||
* [`slideCpnts`](#slideCpnts) | ||
* `slidesItems` <a id="slidesItems"></a> - accepts an array of objects, specific structure and keys are required. | ||
* `slideItems` <a id="slideItems"></a> - accepts an array of objects, specific structure and keys are required. | ||
```js | ||
@@ -148,3 +148,3 @@ [ | ||
``` | ||
* `slidesCpnts` <a id="slidesCpnts"></a> - accepts an array of regular React elements, the `<img></img>` element and available image source are required, we have the default style for `<p>` block, override it by specifying your own with using inline-styles. | ||
* `slideCpnts` <a id="slideCpnts"></a> - accepts an array of regular React elements, the `<img></img>` element and available image source are required, we have the default style for `<p>` block, override it by specifying your own with using inline-styles. | ||
@@ -151,0 +151,0 @@ ```jsx |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314609