import Box from '@mui/joy/Box'; import Card from '@mui/joy/Card'; import CardContent from '@mui/joy/CardContent'; import Typography from '@mui/joy/Typography'; export default function CardVariants() { return ( Plain card Description of the card. Outlined card (default) Description of the card. Soft card Description of the card. Solid card Description of the card. ); }