An inline message that stays on the page, e.g. a warning above a form. For transient messages use toast.
<Alert color="warning" title="Trial ends in 3 days" action={<Button size="sm">Upgrade</Button>}> Add a payment method to keep your projects.</Alert> Copy
<Alert color="warning" title="Trial ends in 3 days" action={<Button size="sm">Upgrade</Button>}> Add a payment method to keep your projects.</Alert>
An inline message that stays on the page, e.g. a warning above a form. For transient messages use toast.