Alert
Alert
PAlert displays a blocking alert with a single action button. Use for short informational notices.
Demo
Usage
<PAlert title="Session expired" message="Please sign in again." @close="showAlert = false"/>Props
| Prop | Type | Default | Notes |
|---|---|---|---|
title | String | — | Required. |
message | String | '' | Body text. |
Events
| Event | Payload | Description |
|---|---|---|
close | — | Emitted when the user clicks the OK button. |