Basics
Alerts
Communicate outcomes, important status, and recovery steps.
Examples
Communicate outcomes, important status, and recovery steps.
Profile is ready
The latest participant data is included in this view.
Usage and props
Import shared components from @wafm/ui. Keep workflow state and data fetching in the application.
Alert
<Alert>
<AlertTitle>Profile is ready</AlertTitle>
<AlertDescription>
The latest participant data is included in this view.
</AlertDescription>
</Alert>- variant
- default or destructive; explain the outcome and any recovery action.