Empty
Preview
Section titled “Preview”No Products Found
Try adjusting your filters or search query to find what you're looking for.
Installation
Section titled “Installation”npx skeci-ui add emptyimport { Empty } from '@/components/ui/empty';import { Button } from '@/components/ui/button';
<Empty title="No Data" description="There is no data to display right now." action={<Button>Create New</Button>}/>Variants
Section titled “Variants”No Data Found
There is nothing to show here at the moment.
Missing Component
We couldn't find the requested component in the registry.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | 'No Data Found' | The heading text. |
description | string | 'There is nothing to show here at the moment.' | The sub-text description. |
icon | ReactNode | (sketchy illustration) | Custom icon or illustration element. |
action | ReactNode | — | A React node (like a Button) to render below the description. |