Skip to content

Empty

No Products Found

Try adjusting your filters or search query to find what you're looking for.

Terminal window
npx skeci-ui add empty
import { 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>}
/>

No Data Found

There is nothing to show here at the moment.

Missing Component

We couldn't find the requested component in the registry.

PropTypeDefaultDescription
titlestring'No Data Found'The heading text.
descriptionstring'There is nothing to show here at the moment.'The sub-text description.
iconReactNode(sketchy illustration)Custom icon or illustration element.
actionReactNodeA React node (like a Button) to render below the description.