centerContent
説明
If true
, container will center its children regardless of their width.
タイプ
boolean
デフォルト
false
Yamada UIにスターをあげる
スターStat
は、数値やデータをボックス内に表示するために使用されます。
説明
If true
, container will center its children regardless of their width.
タイプ
boolean
デフォルト
false
説明
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"
説明
The stat helper message to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
説明
Props for stat helper message component.
タイプ
StatHelperMessageProps
説明
The stat icon to use.
タイプ
"decrease" | "increase"
説明
Props for stat icon component.
タイプ
Omit<StatIconProps, "type">
説明
The stat label to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
説明
Props for stat label component.
タイプ
StatLabelProps
説明
The stat number to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
説明
Props for stat number component.
タイプ
StatNumberProps
説明
The size of the Stat.
タイプ
string
説明
The variant of the Stat.
タイプ
string
説明
The CSS font-size
property.
非推奨
Use fontSize
instead.
タイプ
UIValue<number | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "large" | "medium" | "small" | "x-large" | "x-small" | "xx-large" | "xx-small" | "xxx-large" | ... 17 more ... | "xs">
タイプ
"decrease" | "increase"
デフォルト
increase
GitHubでこのページを編集する