$ rezi
Widgets

Callout

Highlighted message box for important information.

Highlighted message box for important information.

Usage

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

Props

PropTypeDefaultDescription
messagestringrequiredCallout text
variant"info" | "success" | "warning" | "error""info"Visual variant
titlestring-Optional title line
iconstring-Optional icon override
styleTextStyle-Optional style override

On this page