adavijit / frontend-challenges

Collection of frontend interview challenges
https://frontend-challenges-weld.vercel.app/
6 stars 4 forks source link

Accordion Component #1

Open adavijit opened 5 months ago

adavijit commented 5 months ago
  1. Create a collapsible accordion component where only one section can be expanded at a time.
  2. Implement smooth animations for opening and closing sections.
parmarKaran01 commented 5 months ago

Hi i would like to work on this issue.

adavijit commented 5 months ago

@parmarKaran01 Please go ahead

parmarKaran01 commented 5 months ago

Where exactly do we need to use this component? and I should be making this is the components folder right?

adavijit commented 5 months ago

@parmarKaran01 Please go through the Readme.md file. You will get to know the steps.