Empty State
Placeholder content for when data is missing or a list is empty.
Component preview for Empty State
Presets
Props
Main heading
Helper text
Component variant
Slots
Usage
<EmptyState
title="No items found"
description="Get started by creating a new item."
variant="default"
>
<div slot="icon">
<Icon icon={Package} size="xl" />
</div>
<div slot="action">
<Button variant="primary">Create Item</Button>
</div>
</EmptyState>Event Log
Interact with the component to see events