alert
function adds an alert notification to your app.
message
(str): The message displayed by the alertlevel
(str): The severity level of the alert. Valid values are: “info”, “success”, “warning”, “error”, “critical”size
(float): (Optional) The width of the component in a row. Defaults to 1.0
(full row). See the Layout Guide for details.str
of the provided message
level
to different severity levels.alert
?