EmptyState

EmptyStateはリソースが空または利用できない場合に表示するために使用されるコンポーネントです。

Your cart is empty

Explore our products and add items to your cart

使い方

import { EmptyState } from "@yamada-ui/react"
<EmptyState.Root>
  <EmptyState.Indicator />
  <EmptyState.Title />
  <EmptyState.Description />
</EmptyState.Root>

サイズを変更する

Your cart is empty

Explore our products and add items to your cart

Your cart is empty

Explore our products and add items to your cart

Your cart is empty

Explore our products and add items to your cart

子要素を追加する

Your cart is empty

Explore our products and add items to your cart

カスタマイズする

Your cart is empty

Explore our products and add items to your cart

Props