Pass Through documentation for Carousel component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Carousel component.
| label | type | description |
|---|---|---|
| root | CarouselPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of CarouselContent component.
| label | type | description |
|---|---|---|
| root | CarouselContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of CarouselIndicator component.
| label | type | description |
|---|---|---|
| root | CarouselIndicatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of CarouselIndicators component.
| label | type | description |
|---|---|---|
| root | CarouselIndicatorsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of CarouselNext component.
| label | type | description |
|---|---|---|
| root | CarouselNextPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of CarouselPrev component.
| label | type | description |
|---|---|---|
| root | CarouselPrevPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |