A theme-aware Accordion component wrapping MUI's Accordion.
Supports:
sx
<Accordion title="Details" backgroundColor="primary" color="white" titleColor="white" arrowIcon="arrow" arrowColor="white" sx={{ ':hover': { backgroundColor: 'blue5' } }}> <p>This is the content</p></Accordion> Copy
<Accordion title="Details" backgroundColor="primary" color="white" titleColor="white" arrowIcon="arrow" arrowColor="white" sx={{ ':hover': { backgroundColor: 'blue5' } }}> <p>This is the content</p></Accordion>
A theme-aware Accordion component wrapping MUI's Accordion.
Supports:
sx
Example