Alert

Alert is a component that conveys information to the user.

Usage

import { Alert } from "@yamada-ui/react"
<Alert.Root>
  <Alert.Icon />
  <Alert.Title />
  <Alert.Description />
</Alert.Root>

Change Status

Change Variant

Change Color Scheme

Change Loading Scheme

Customize Layout

Props

Accessibility

Alert follows the WAI-ARIA - Alert Pattern for accessibility.

ARIA Roles and Attributes

ComponentRole and AttributesUsage
Alert.Rootrole="alert"Indicates that it is an alert.