1.2.0 • Published 2 years ago

@acctglobal/carousel-universal-test v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

carousel-universal

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.

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.5.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago