Feedback · EmptyState
SSR NativeAccessibleEmpty State
Explains why content is absent and offers a useful next action.
No audit events
Events appear after the first configuration change.
Astro
---
import { EmptyState } from '@charvesta/cetha';
---
<EmptyState title="No audit events" description="Events appear after the first change.">
<Icon slot="icon" name="search" />
<Button size="sm">Refresh</Button>
</EmptyState>API reference
| Prop | Type | Default | Description |
|---|---|---|---|
title* | string | — | Short explanation of the empty condition. |
description | string | — | Optional guidance. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Keep the title factual and ensure the primary recovery action is keyboard accessible.