Vue Alert - Material
Provide contextual feedback messages for typical user actions with the handful of available and flexible alerts/notifications.
Demo
A simple primary alert with an example link. Give it a click if you like.
Props Information
Name | Type | Default | Description |
---|---|---|---|
color | 'primary''secondary''info''success''warning''danger''light''dark' | success | Change the MaterialAlert background color. |
icon | String | used to set icon to the MaterialAlert . | |
dismissible | bool | false | If true the MaterialAlert will have a closing button for dismissing it. |
slot | node | The MaterialAlert has a default slot that you can pass node or content inside it. |
With Icon
A simple primary alert with icon.
Dismissible
A simple dismissible dark alert with icon.