Introduction
A callout can be used to draw attention to important information or messages:Using status colors
You can set thecolor attribute to danger, info, success, or warning to create status callouts:
Adding an icon to the callout
You can add an icon to a callout using theicon attribute:
Changing the color of the callout icon
By default, the icon color inherits from the callout’scolor. You can override it using the icon-color attribute:
Changing the size of the callout icon
By default, the size of the callout icon is “large”. You can change it to “small” or “medium” using theicon-size attribute:
Using a custom background color
You can set a custom background color using thecolor attribute with any supported color:
Adding content to the footer
You can add custom content to the callout footer using thefooter slot:
Adding content to the controls
You can add custom content to the callout controls (top-right corner) using thecontrols slot: