variant
"brand" | "neutral" | "error" | "success" | "warning"
"neutral"
icon
IconName
"FeatherInfo"
title
string
"A great title for an alert"
description
string
"Describe what's happening in more detail."
actions
React.ReactNode
View code
Use icon
, title
, and description
props to customize the alert.
View code