import Typography from '@mui/material/Typography'; import Box from '@mui/material/Box'; export default function TextTransform() { return ( capitalized text. Lowercase Text. Uppercase Text. ); }