import * as React from 'react'; import Box from '@mui/joy/Box'; import List from '@mui/joy/List'; import ListItem from '@mui/joy/ListItem'; import ListDivider from '@mui/joy/ListDivider'; import ListItemButton from '@mui/joy/ListItemButton'; export default function Flexibility() { return ( This is a very long text that should scale by its content. Item 2 Item 3 Item 4 This is a very long text that should scale by its content. Item 2 Item 3 Item 4 This is a very long text that should scale by its content. Item 2 Item 3 Item 4 Home Products Blog Account ); }