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