Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

3d-carousel-component

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3d-carousel-component - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"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💕
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc