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
classesOptional CSS classes to apply to the component inner elements.
Show exampleHide example
vue
closableWhether to show a close button.
Show exampleHide example
vue
close-iconThe icon to show in the close button
Show exampleHide example
vue
default-iconsDefault icons to apply to the messages, when the icon is active.
Show exampleHide example
vue
iconWhether to show an icon, or the name of the icon to display.
Show exampleHide example
vue
messageThe message to display.
Show exampleHide example
vue
Name
Type
colorThe color of the message.
Show exampleHide example
vue
roundedThe radius of the message.
Show exampleHide example
vue
Name
Slot Prop Type
#iconShow exampleHide example
vue
#defaultShow exampleHide example
vue
#close-buttonShow exampleHide example
vue
Name
Type
colorThe color of the message.
Show exampleHide example
vue
roundedThe radius of the message.
Show exampleHide example
vue