QuanticCarousel

The QuanticCarousel component displays the content within a carousel. This component also displays navigation buttons that allow end users to navigate between the different pages of the carousel.

Example

<c-quantic-carousel number-of-pages="2" number-of-items-per-page="1">
  <div slot="carousel-item">Item One</div>
  <div slot="carousel-item">Item Two</div>
</c-quantic-carousel>

Properties

Property Attribute Description Type Default

label (required)

label

The label of the carousel.

string

itemsPerPage (required)

items-per-page

The number of items to display per page.

number

currentPage (required)

current-page

The index of the current page.

number

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

57.0

isExposed

false