type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};activeSlideIndex active-slide-indexnumber0alignControls align-controlstype CarouselAlignControls ='start''center''auto''auto'alignHeader align-headertype CarouselAlignHeader ='start''center''left' 🚫'start'aria ariatype CarouselAriaAttribute = {
'aria-label'?: string;
}undefineddescription descriptionstringundefineddisablePagination 🚫🛠disable-paginationpagination instead. If true, the carousel will not show pagination bullets at the bottom.booleanBreakpointCustomizable<boolean>undefinedfocusOnCenterSlide focus-on-center-slidebooleanfalsegradientColor gradient-colortype CarouselGradientColor ='background-base''background-surface''none''none'heading headingstringundefinedheadingSize heading-sizetype CarouselHeadingSize ='x-large''xx-large''x-large'intl intltype CarouselInternationalization = {
'prev'?: string;
'next'?: string;
'first'?: string;
'last'?: string;
'slideLabel'?: string;
'slide'?: string;
}undefinedpagination 🛠paginationbooleanBreakpointCustomizable<boolean>truerewind rewindbooleantrueskipLinkTarget skip-link-targetstringundefinedslidesPerPage 🛠slides-per-pageauto if you want to define different widths per slide via CSS.type CarouselSlidesPerPage ='auto'12345678910BreakpointCustomizable<CarouselSlidesPerPage>1theme themetype Theme ='light''dark''auto''light'trimSpace trim-spacefocusOnCenterSlide option is true.booleantruewidth widthtype CarouselWidth ='basic''extended''wide''full''basic'wrapContent 🚫wrap-contentbooleanundefinedcarouselChange 🚫update event instead. Emitted when carousel's content slides.type CarouselUpdateEventDetail = {
activeIndex: number;
previousIndex: number;
}
CustomEvent<CarouselUpdateEventDetail>update type CarouselUpdateEventDetail = {
activeIndex: number;
previousIndex: number;
}
CustomEvent<CarouselUpdateEventDetail><slot name="heading"> <slot name="description"> <slot name="controls"> <slot> --p-carousel-px --p-carousel-ps --p-carousel-pe --p-carousel-prev-next-filter none--p-hyphens auto