description
説明
The data list description to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
| ReactNode[]
Yamada UIにスターをあげる
スターDataList
は、現在作成を検討しています。
説明
The data list description to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
| ReactNode[]
説明
The props for the data list description component.
タイプ
DataListDescriptionProps
説明
The data list term to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
| ReactNode[]
説明
The props for the data list term component.
タイプ
DataListTermProps
説明
The number of columns.
If orientation
is "horizontal"
and items
is not set, please set this.
タイプ
number
説明
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 props for the data list description component.
タイプ
DataListDescriptionProps
説明
If provided, generate elements based on items.
タイプ
DataListItemProps[]
説明
The orientation of the data list.
タイプ
DataListOrientation
デフォルト
'horizontal'
説明
The size of the DataList.
タイプ
"sm" | "md" | "lg"
デフォルト
"md"
説明
The props for the data list term component.
タイプ
DataListTermProps
説明
The variant of the DataList.
タイプ
"bold" | "grid" | "subtle"
デフォルト
"subtle"
GitHubでこのページを編集する