Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.7.6

EmptyState

EmptyStateは、現在作成を検討しています。

ソース@yamada-ui/empty-state

Props

EmptyStateContentProps

EmptyStateDescriptionProps

EmptyStateIndicatorProps

EmptyStateProps

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"

contentProps

説明

The props for the empty state content component.

タイプ

EmptyStateContentProps

description

説明

The empty state description to use.

タイプ

type ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal

descriptionProps

説明

The props for the empty state description component.

タイプ

EmptyStateDescriptionProps

indicator

説明

The empty state indicator to use.

タイプ

type ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal

indicatorProps

説明

The props for the empty state indicator component.

タイプ

EmptyStateIndicatorProps

size

説明

The size of the EmptyState.

タイプ

"sm" | "md" | "lg"

デフォルト

"md"

title

説明

The empty state title to use.

タイプ

type ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal

titleProps

説明

The props for the empty state title component.

タイプ

EmptyStateTitleProps

variant

説明

The variant of the EmptyState.

タイプ

string

EmptyStateTitleProps

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

ForPortal