Usage
.callout() method on Html objects:
Signature
Parameters
object
required
A value to render in the callout.
Literal['neutral', 'warn', 'success', 'info', 'danger']
default:"'neutral'"
The kind of callout (affects styling).
Returns
An HTML object.
Callout Kinds
neutral: Default styling for general informationinfo: Blue styling for informational messagessuccess: Green styling for success messageswarn: Yellow/orange styling for warningsdanger: Red styling for errors or critical information