import Tabs from '@mui/joy/Tabs'; import TabList from '@mui/joy/TabList'; import Tab from '@mui/joy/Tab'; import TabPanel from '@mui/joy/TabPanel'; import JoyVariablesDemo from 'docs/src/modules/components/JoyVariablesDemo'; export default function TabsVariables() { return ( ( Tab A Tab B Tab C Tab A content Tab B content Tab C content )} /> ); }