Messages have basic types that can be used to inform users about different types of interactions or events. Use the type
prop to change the type of the message.
Show codeHide code
vue
Messages can have icons that symbolize the type of the message. Use the icon
to enable the message icon.
Show codeHide code
vue
Messages can have different radius factors. Use the rounded
prop to change the radius of the message.
Show codeHide code
vue
Name
Type
classes
Optional CSS classes to apply to the component inner elements.
Show exampleHide example
vue
closable
Whether to show a close button.
Show exampleHide example
vue
close-icon
The icon to show in the close button
Show exampleHide example
vue
default-icons
Default icons to apply to the messages, when the icon is active.
Show exampleHide example
vue
icon
Whether to show an icon, or the name of the icon to display.
Show exampleHide example
vue
message
The message to display.
Show exampleHide example
vue
Name
Type
color
The color of the message.
Show exampleHide example
vue
rounded
The radius of the message.
Show exampleHide example
vue
Name
Slot Prop Type
#icon
Show exampleHide example
vue
#default
Show exampleHide example
vue
#close-button
Show exampleHide example
vue
Name
Type
color
The color of the message.
Show exampleHide example
vue
rounded
The radius of the message.
Show exampleHide example
vue