import Tabs from '@mui/joy/Tabs'; import TabList from '@mui/joy/TabList'; import Tab from '@mui/joy/Tab'; import TabPanel from '@mui/joy/TabPanel'; export default function TabsBasic() { return ( First tab Second tab Third tab First tab panel Second tab panel Third tab panel ); }