import { Alert, Button } from "@chakra-ui/react" export const AlertWithButtons = () => { return ( This is the alert title This is the alert description ) }