Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AccordionSummary ContractIcon #42222

Closed
PunkFleet opened this issue May 13, 2024 · 2 comments
Closed

Add AccordionSummary ContractIcon #42222

PunkFleet opened this issue May 13, 2024 · 2 comments
Labels
component: accordion This is the name of the generic UI component, not the React module! support: Stack Overflow Please ask the community on Stack Overflow

Comments

@PunkFleet
Copy link

PunkFleet commented May 13, 2024

Summary

https://mui.com/material-ui/react-accordion/#expand-icon
I can't customize the 'cancel' icon when I use a customized expendIcon

Examples

import AddIcon from "@mui/icons-material/Add";
...
 <Accordion>
    <AccordionSummary expandIcon={<AddIcon />} aria-controls={`faq${index}-content`} id={`faq${index}-header`}>
                                        {faq.question}
                                    </AccordionSummary>
                                    <AccordionDetails>
                                        <Typography variant="caption">{faq.anwser}</Typography>
                                    </AccordionDetails>
                                </Accordion>

Motivation

No response

Search keywords: Accordion AccordionSummary

@PunkFleet PunkFleet added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label May 13, 2024
@mnajdova mnajdova added component: accordion This is the name of the generic UI component, not the React module! support: Stack Overflow Please ask the community on Stack Overflow and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels May 14, 2024
Copy link

👋 Thanks for using our open-source projects!

We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.

For support with Material UI please check out https://mui.com/material-ui/getting-started/support/. Thanks!

If you have a question on Stack Overflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: accordion This is the name of the generic UI component, not the React module! support: Stack Overflow Please ask the community on Stack Overflow
Projects
None yet
Development

No branches or pull requests

2 participants