Socket
Socket
Sign inDemoInstall

@acctglobal/carousel-universal

Package Overview
Dependencies
0
Maintainers
12
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @acctglobal/carousel-universal

This component has the functionality to render in the form of a carousel, elements passed by children.


Version published
Weekly downloads
28
increased by12%
Maintainers
12
Created
Weekly downloads
 

Readme

Source

This component has the functionality to render in the form of a carousel, elements passed by children.

Using

  1. import
import Carousel from "Carousel"
  1. Declare
 <Carousel>
</Carousel>
  1. Passing Items that will be rendered
<Carousel>
    <img src="http://via.placeholder.com/226x416?text=Product1" alt='' />
    <img src="http://via.placeholder.com/226x416?text=Product2" alt='' />
    <img src="http://via.placeholder.com/226x416?text=Product3" alt='' />
    <img src="http://via.placeholder.com/226x416?text=Product4" alt='' />
    <img src="http://via.placeholder.com/226x416?text=Product5" alt='' />
    <img src="http://via.placeholder.com/226x416?text=Product6" alt='' />
    <img src="http://via.placeholder.com/226x416?text=Product7" alt='' />
</Carousel>
  1. Including Mandatory Props
<Carousel bullet={{ isVisible: true }} arrow={{ isVisible: true}}   carouselId="Sample"  >
    ...
</Carousel>

Result

App Screenshot

Props

Bullets Button
ParameterTypeDescription
bulletobjectMandatory. Parameter containing the parameters below
styleobjectOptional. Style that will be applied to the Button
bulletEnableColorstringOptional. Bullet color enabled
bulletDisableColorstringOptional. Bullet color Disable
isVisiblebooleanMandatory. Visibility of Bullets Button
numericbooleanOptional. Displays a numerical count of items
Arrow Button
ParameterTypeDescription
arrowobjectMandatory. Parameter containing the parameters below
styleobjectOpcional. Estilo que sera aplicado ao Button
iconColorstringoptional. Cor do Icone
isVisiblebooleanMandatory.Visibility of Arrows Button
General
ParameterTypeDescription
qtyItemsnumberOptional.Set the Number of Items displayed on the screen
gapItemsnumberOptional. Set the spacing between the items that will be displayed
carouselIdstringMandatory. Unique Carousel Identifie

Note

When using qtyItems it will not be necessary to use gapItems, because the distance of the elements will be calculated automatically.

Use gapItems when the spacing generated by qtyItems is not satisfactory.

FAQs

Last updated on 26 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc