Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.3

Carousel

Carouselは、複数の要素をスライドショーのように表示するコンポーネントです。

ソース@yamada-ui/carousel

Props

CarouselProps

CarouselSlideProps

index

タイプ

number

size

説明

The CSS width property.

タイプ

number | "px" | (string & {}) | "sm" | "md" | "lg" | "xl" | "2xl" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "-moz-fit-content" | "-moz-max-content" | ... 76 more ... | ((theme: StyledTheme) => UIValue<...>)

CarouselControlProps

disableRipple

説明

If true, disable ripple effects when pressing a element.

タイプ

boolean

デフォルト

false

icon

説明

The icon to be used in the button.

タイプ

ReactElement<any, string | JSXElementConstructor<any>>

isActive

説明

If true, the button is represented as active.

タイプ

boolean

デフォルト

false

isDisabled

説明

If true, the button is disabled.

タイプ

boolean

デフォルト

false

isLoading

説明

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

タイプ

boolean

デフォルト

false

isRounded

説明

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

タイプ

boolean

デフォルト

false

CarouselIndicatorsProps

component

説明

The custom carousel indicator to use.

タイプ

FC<{ index: number; isSelected: boolean }>

GitHubでこのページを編集する

RadialChartReorder