3d-carousel-component
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "3d-carousel-component", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A classy 3d carousel for react.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,18 +0,12 @@ | ||
Image | ||
# 3d-carousel-component | ||
- This is a classy 3d carousel for react.js;✨💞 | ||
- A classy 3d carousel for react.js;✨💞 | ||
# Table of Contents | ||
- [Getting Started](#getting-started🚀)🚀 | ||
- [Customization](#customization🔥)🔥 | ||
- [Props List](#props-list) | ||
- ContainerStyle | ||
- CardStyle | ||
- CardList | ||
- [Examples](#examples👾)👾 | ||
- [Issues??](#issues🐛)🐛 | ||
- [Special Mention](#special-mention💕)💕 | ||
- [Getting Started🚀](#getting-started) | ||
- [Customization🔥](#customization) | ||
- [Examples👾](#examples) | ||
- [Issues??🐛](#issues) | ||
- [Special Mention💕](#special-mention) | ||
@@ -41,3 +35,3 @@ ## Getting Started🚀 | ||
- ContainerStyle | ||
- CardStyle - CardList | ||
- CardStyle | ||
- CardList | ||
@@ -84,3 +78,3 @@ - Out of this first two are for styling and last one contains list of your cards. | ||
```javascript | ||
import Carousel3D from "3d-carousel-component" | ||
import Carousel3D from "3d-carousel-component"; | ||
@@ -105,3 +99,3 @@ const YourComponent = () => { | ||
}; | ||
const constCardStyle = { | ||
const CardStyle = { | ||
Width: "100%", | ||
@@ -115,3 +109,4 @@ BackgroundColor: "blanchedalmond", | ||
CardStyle={CardStyle} | ||
CardList={CardList}/>; | ||
CardList={CardList} | ||
/>; | ||
}; | ||
@@ -124,4 +119,4 @@ | ||
- Having any issues or found any bugs free fell to reach us on github.📧 | ||
- Having any issues or found any bugs, feel free to reach me on github.📧 | ||
## Special Mention💕 |
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
15298
118