Leave Yamada UI a star

Star
Yamada UIYamada UIv1.7.2

EmptyState

We are currently considering the development of EmptyState.

Source@yamada-ui/empty-state

Props

EmptyStateContentProps

EmptyStateDescriptionProps

EmptyStateIndicatorProps

EmptyStateProps

colorScheme

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"

contentProps

Description

The props for the empty state content component.

Type

EmptyStateContentProps

description

Description

The empty state description to use.

Type

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

descriptionProps

Description

The props for the empty state description component.

Type

EmptyStateDescriptionProps

indicator

Description

The empty state indicator to use.

Type

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

indicatorProps

Description

The props for the empty state indicator component.

Type

EmptyStateIndicatorProps

size

Description

The size of the EmptyState.

Type

"sm" | "md" | "lg"

Default

"md"

title

Description

The empty state title to use.

Type

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

titleProps

Description

The props for the empty state title component.

Type

EmptyStateTitleProps

variant

Description

The variant of the EmptyState.

Type

string

EmptyStateTitleProps

Edit this page on GitHub

PreviousForNextPortal