---
id: alert
scope: props
---

## Props

### Alert Props

`Alert` is the wrapper for `Alert` component. It composes the `Flex` component.

<PropsTable of='Alert' />

### AlertIcon Props

`AlertIcon` composes `Icon` and changes the icon based on the `status` prop.

### AlertTitle Props

`AlertTitle` composes the `Box` component.

### AlertDescription Props

`AlertDescription` composes the `Box` component.
