# @chakra-ui/alert Alerts visually highlight important content for the user. They can contain a title, an icon and content. Each intent has a default icon associated with it. ## Installation ```sh yarn add @chakra-ui/alert # or npm i @chakra-ui/alert ``` ## Import components ```jsx import { Alert, AlertTitle, AlertIcon, AlertDescription } from "@chakra-ui/alert ``` ## Basic usage ```jsx Your browser is outdated! Your Chakra experience may be degraded. ```