Displays a short message to attract user's attention.
Use the color prop to control the color of the callout. The color and underlines of the links in callout text are adjusted automatically.
Add a native WAI-ARIA alert role to the callout when the user’s immediate attention is required, like when an error message appears. The screen reader will be interrupted, announcing the new content immediately.
4 variants found
/p/:portalSessionId/log-streams/:logStreamId/azure-sentinel
/p/:portalSessionId/directory-sync/:directoryId/completed
/p/:portalSessionId/directory-sync/:directoryId/completed
11 variants found
/:environmentId/identity-bridge/auth0/components/steps
/:environmentId/identity-bridge/auth0/components/steps
/domains
<Callout.Root
color="yellow"
size="1"
style={{
alignItems: 'center',
display: 'flex',
justifyContent: 'space-between',
}}
>
<Flex align="center" gap="2" pl="2">
<Callout.Icon>
<ExclamationTriangleIcon />
</Callout.Icon>
<Callout.Text>
<u>{email}</u> was suppressed by{' '}
{providerName ?? 'your email provider'}
{getSuppressionTypeLabel(firstSuppression?.type)}
</Callout.Text>
</Flex>
<Button onClick={() => setIsDialogOpen(true)}>
Re-enable email
</Button>
</Callout.Root>Used 539 times across 2 packages
color
size
weight
wrap
145 files
/:environmentId/identity-bridge/auth0/components/steps
/domains
Show 135 more files