Skip to content

Callout

A semantic side note: info, success, warning, danger. The accent edge carries meaning, never decoration.

Example

Deprecation notice

The legacy export ends in December. Migrate to the workspace layout.
<Callout title="Deprecation notice" variant="warning">
  The legacy export ends in December.
</Callout>

Props

PropTypeDefaultDescription
variantinfo | success | warning | dangerinfoAlso colors the edge.
styletint | filledtintFilled uses white text on the semantic color (AA).
titlestring-Becomes the region label.

Accessibility