Skip to content
New issue

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 #209

Closed
Ibabalola opened this issue Jul 2, 2021 · 1 comment
Closed

Accordion #209

Ibabalola opened this issue Jul 2, 2021 · 1 comment
Assignees
Labels
new component new component
Milestone

Comments

@Ibabalola
Copy link
Contributor

Ibabalola commented Jul 2, 2021

  1. We would like to create a basic accordion component like the following template:
<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'
@Ibabalola Ibabalola added this to the 0.4 milestone Jul 2, 2021
@daniele-zurico daniele-zurico linked a pull request Jul 8, 2021 that will close this issue
@Ibabalola Ibabalola added the new component new component label Dec 21, 2021
@dchatzinaki dchatzinaki self-assigned this Jan 22, 2022
@Ibabalola Ibabalola modified the milestones: 0.4, 0.5 Mar 28, 2022
@daniele-zurico daniele-zurico modified the milestones: 0.5, 0.6 Jul 25, 2022
@daniele-zurico daniele-zurico removed this from the 0.6 milestone Dec 20, 2022
@daniele-zurico daniele-zurico added this to the 0.8 milestone Mar 27, 2023
@aismaelcap aismaelcap self-assigned this May 12, 2023
@byohannes byohannes self-assigned this Jun 16, 2023
@daniele-zurico daniele-zurico removed this from the 0.8 milestone Jul 5, 2023
@daniele-zurico daniele-zurico added this to the 1.0.0 milestone Sep 15, 2023
@daniele-zurico
Copy link
Contributor

closed by #544

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
new component new component
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

6 participants