We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
<Accordion titleClassName="" detailsClassName="" multipleOpen={false|true} expanded='panel2' expandIcon={genericComponent}> <AccordionItem title="panel1" className="" accordionProps={} > <AccordionTitle className="" titleProps={} /> <AccordionDetails className={} detailsProps={} /> </AccordionItem> <AccordionItem> <AccordionTitle/> <AccordionDetails/> </AccordionItem> </Accordion>
Please make sure that the component works as well without JS enabled Another example is the following: https://design-system.service.gov.uk/components/accordion/ Important: please use release/1.0.0 as base branch
git checkout release/1.0.0 git pull git checkout -b 'feature/accordion'
The text was updated successfully, but these errors were encountered:
closed by #544
Sorry, something went wrong.
byohannes
Successfully merging a pull request may close this issue.
Please make sure that the component works as well without JS enabled
Another example is the following: https://design-system.service.gov.uk/components/accordion/
Important: please use release/1.0.0 as base branch
git checkout release/1.0.0 git pull git checkout -b 'feature/accordion'
The text was updated successfully, but these errors were encountered: