Callout

Prominent notice block with title, body text, and semantic tone.

Usage Notes

Tone variants

namespace: "doc_callout_tone_diff",
  layout: {
    "column:tones": {
      "callout:info": {
        tone: "info",
        title: "Info",
        text: "This is an informational message."
      },
      "callout:success": {
        tone: "success",
        title: "Success",
        text: "Operation completed successfully."
      },
      "callout:warning": {
        tone: "warning",
        title: "Warning",
        text: "Please review before proceeding."
      },
      "callout:danger": {
        tone: "danger",
        title: "Danger",
        text: "This action cannot be undone."
      }
    }
  }
}

API Reference