// Callout box. variant: info | success | danger | warning. // Optional `title`; body from `message` prop or the slot. component Alert { props { variant = "info" title = "" message = "" class = "" } view {