Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.2

Card

Cardは、関連する情報をグループ化して表示するコンポーネントです。デフォルトでは、section要素をレンダリングします。

ソース@yamada-ui/card

Props

CardBodyProps

CardFooterProps

CardHeaderProps

CardProps

align

説明

The CSS align-items property.

タイプ

UIValue<AlignItems>

colorScheme

説明

The visual color appearance of the component.

タイプ

"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"

デフォルト

"primary"

direction

非推奨

説明

The CSS flex-direction property.

非推奨

Use flexDirection instead.

タイプ

UIValue<FlexDirection>

justify

説明

The CSS justify-content property.

タイプ

UIValue<JustifyContent>

size

説明

The size of the Card.

タイプ

"sm" | "md" | "normal" | "lg"

デフォルト

"md"

variant

説明

The variant of the Card.

タイプ

"elevated" | "outline" | "solid" | "subtle" | "unstyled"

デフォルト

"elevated"

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

DataListStat