Props
| Prop | Type | Default | Notes |
|---|---|---|---|
tone | neutral | primary | secondary | tertiary | error | neutral | |
appearance | solid | soft | outline | dash | solid | |
direction | vertical | horizontal | vertical | |
icon | string | '' |
StellarUI
<stellar-callout icon="mdi:info">
<span>12 unread messages. Tap to see.</span>
<stellar-badge slot="action" appearance="soft" tone="neutral">Action</stellar-badge>
</stellar-callout>Complete props, events, slots, and implementation notes for the shipped callout.
| Prop | Type | Default | Notes |
|---|---|---|---|
tone | neutral | primary | secondary | tertiary | error | neutral | |
appearance | solid | soft | outline | dash | solid | |
direction | vertical | horizontal | vertical | |
icon | string | '' |
| Event | Source | Notes |
|---|---|---|
| custom events | none | stellar-callout does not emit custom events. |
| Slot | Notes |
|---|---|
icon | Optional leading visual or status marker when the icon prop is not used. |
| default | Main alert body content. |
action | Optional trailing or stacked action content. |