import Box from '@mui/joy/Box'; import Alert from '@mui/joy/Alert'; export default function AlertVariants() { return ( This is an Alert using the solid variant. This is an Alert using the soft variant. This is an Alert using the outlined variant. This is an Alert using the plain variant. ); }