align
説明
The CSS align-items
property.
タイプ
UIValue<AlignItems>
Yamada UIにスターをあげる
スターCard
は、関連する情報をグループ化して表示するコンポーネントです。デフォルトでは、section
要素をレンダリングします。
説明
The CSS align-items
property.
タイプ
UIValue<AlignItems>
説明
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"
説明
The CSS flex-direction
property.
非推奨
Use flexDirection
instead.
タイプ
UIValue<FlexDirection>
説明
The CSS justify-content
property.
タイプ
UIValue<JustifyContent>
説明
The size of the Card.
タイプ
"sm" | "md" | "normal" | "lg"
デフォルト
"md"
説明
The variant of the Card.
タイプ
"elevated" | "outline" | "solid" | "subtle" | "unstyled"
デフォルト
"elevated"
GitHubでこのページを編集する