Skip to content

Alert

Inline alert with color variants. Content entirely via slot.

<reke-alert variant="success" dismissible>
Operation completed successfully.
</reke-alert>
<reke-alert variant="error">
Something went wrong. Please try again.
</reke-alert>
<reke-alert variant="warning">
Your session will expire in 5 minutes.
</reke-alert>
<reke-alert variant="info">
A new version is available.
</reke-alert>
PropertyTypeDefaultDescription
variant'success' | 'error' | 'warning' | 'info''info'Color variant
dismissiblebooleanfalseShow dismiss button
SlotDescription
defaultAlert content (icons, text, anything)
EventDetailDescription
reke-close{}Fired on dismiss (also removes element from DOM)
PartDescription
alertThe alert container