import Typography from '@mui/joy/Typography'; import Card from '@mui/joy/Card'; import Stack from '@mui/joy/Stack'; export default function TypographyTitleBody() { return ( Title of the component{' '} title-lg This is the description of the component that contain some information of it.{' '} body-md Title of the component{' '} title-md This is the description of the component that contain some information of it.{' '} body-md Metadata, for example a date.{' '} body-sm Title of the component{' '} title-sm This is the description of the component that contain some information of it.{' '} body-sm Metadata, for example a date.{' '} body-xs ); }