Feedback · Alert
SSR NativeAccessibleAlert
Communicates status and guidance without interrupting the current task.
Configuration required
Connect a destination before enabling this workflow.
Deployment complete
Version 2.4 is serving production traffic.
Astro
---
import { Alert } from '@charvesta/cetha';
---
<Alert tone="success" title="Deployment complete">
Version 2.4 is serving production traffic.
</Alert>API reference
| Prop | Type | Default | Description |
|---|---|---|---|
tone | 'info' | 'success' | 'warning' | 'danger' | 'info' | Sets the semantic color treatment. |
title | string | — | Optional concise heading. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Use a tone that matches the message meaning. The component exposes a status role for assistive technology.