Vue Alert - Argon
Provide contextual feedback messages for typical user actions with the handful of available and flexible alerts/notifications.
Demo
Success! This is a primary alert—check it out!
Props Information
Name | Type | Default | Description |
---|---|---|---|
color | 'primary''secondary''info''success''warning''danger''light''dark' | success | Change the ArgonAlert background color. |
icon | String | used to set icon to the ArgonAlert . | |
dismissible | bool | false | If true the ArgonAlert will have a closing button for dismissing it. |
slot | node | The ArgonAlert has a default slot that you can pass node or content inside it. |
With Icon
Info! This is an alert with Icon!
Dismissible
Dark! This is a dismissible alert!