description
Description
The data list description to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
| ReactNode[]
Leave Yamada UI a star
StarWe are currently considering the development of DataList
.
Description
The data list description to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
| ReactNode[]
Description
The props for the data list description component.
Type
DataListDescriptionProps
Description
The data list term to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal
| ReactNode[]
Description
The props for the data list term component.
Type
DataListTermProps
Description
The number of columns.
If orientation
is "horizontal"
and items
is not set, please set this.
Type
number
Description
The visual color appearance of the component.
Type
"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"
Description
The props for the data list description component.
Type
DataListDescriptionProps
Description
If provided, generate elements based on items.
Type
DataListItemProps[]
Description
The orientation of the data list.
Type
DataListOrientation
Default
'horizontal'
Description
The size of the DataList.
Type
"sm" | "md" | "lg"
Default
"md"
Description
The props for the data list term component.
Type
DataListTermProps
Description
The variant of the DataList.
Type
"bold" | "grid" | "subtle"
Default
"subtle"
Edit this page on GitHub