You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*asReactfrom'react';importExpandMoreIconfrom'@mui/icons-material/ExpandMore';import{Accordion,AccordionDetails,AccordionSummary,Typography,Grid2asGrid,Box}from'@mui/material';exportdefaultfunctionAccordionUsage(){return(<div><Accordion><AccordionSummaryexpandIcon={<ExpandMoreIcon/>}aria-controls="panel1-content"id="panel1-header"><GridcontainerjustifyContent="space-between"><Gridsize={4}><Typography>part 1</Typography></Grid><Gridsize={8}><Typography>part 2</Typography></Grid></Grid></AccordionSummary><AccordionDetails>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse
malesuada lacus ex, sit amet blandit leo lobortis eget.
</AccordionDetails></Accordion></div>);}
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
No response
Search keywords: Grid2
The text was updated successfully, but these errors were encountered:
Steps to reproduce
https://codesandbox.io/embed/tkzhz4?module=/src/Demo.tsx
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
No response
Search keywords: Grid2
The text was updated successfully, but these errors were encountered: