Skip to content

Callout

Highlighted message box for important information.

Usage

ui.callout("Connection restored", {
  variant: "success",
  title: "Online",
})

Props

Prop Type Default Description
message string required Callout text
variant "info" \| "success" \| "warning" \| "error" "info" Visual variant
title string - Optional title line
icon string - Optional icon override
style TextStyle - Optional style override