Leave Yamada UI a star

Star
Yamada UIYamada UIv1.7.2

Carousel

Carousel is a component that displays multiple elements like a slideshow.

Source@yamada-ui/carousel

Props

CarouselProps

CarouselControlProps

active

Description

If true, the button is represented as active.

Type

boolean

Default

false

disableRipple

Description

If true, disable ripple effects when pressing a element.

Type

boolean

Default

false

fullRounded

Description

If true, the button is full rounded. Else, it'll be slightly round.

Type

boolean

Default

false

icon

Description

The icon to be used in the button.

Type

ReactElement<any, string | JSXElementConstructor<any>>

isActive

Deprecated

Description

If true, the button is represented as active.

Deprecated

Use active instead.

Type

boolean

Default

false

isDisabled

Deprecated

Description

If true, the button is disabled.

Deprecated

Use disabled instead.

Type

boolean

Default

false

isLoading

Deprecated

Description

If true, the loading state of the button is represented.

Deprecated

Use loading instead.

Type

boolean

Default

false

isRounded

Deprecated

Description

If true, the button is full rounded. Else, it'll be slightly round.

Deprecated

Use fullRounded instead.

Type

boolean

Default

false

loading

Description

If true, the loading state of the button is represented.

Type

boolean

Default

false

CarouselIndicatorsProps

component

Description

The custom carousel indicator to use.

Type

FC<{ index: number selected: boolean isSelected?: boolean | undefined }>

CarouselSlideProps

index

Type

number

size

Description

The CSS width property.

Type

UIValue<number | "px" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | ... 76 more ... | "xs">

Edit this page on GitHub

PreviousRadialChartNextReorder