callout
Callouts are used to display important messages inline.
Usage
callout This is a standard callout.Variants
Set the variant attribute to change the calloutβs semantic intent.
callout(variant="brand") Informative calloutcallout(variant="success") Success messagecallout(variant="danger") Danger/error messageSizes
Use the size attribute to change a calloutβs size.
callout(size="small") Small tipcallout(size="medium") Standard calloutcallout(size="large") Important messageIcons
Add an icon using the icon attribute, which maps to the icon slot.
callout(icon="circle-info") Information availableAttributes
| Name | Type | Default | Description |
|---|---|---|---|
variant | brand | neutral | success | warning | danger | brand | The calloutβs theme variant. |
size | small | medium | large | medium | The calloutβs size. |
appearance | accent | filled | outlined | plain | filled-outlined | filled-outlined | Visual appearance. |