import Button from '@mui/joy/Button'; import ButtonGroup from '@mui/joy/ButtonGroup'; import Stack from '@mui/joy/Stack'; const buttons = [ One, Two , Three, ]; export default function GroupOrientation() { return ( {buttons} {buttons} {buttons} {buttons} ); }