@Rajeshsingh127Submitted about 2 years ago
kenertj
@kenertjAll comments
- @kenertjPosted about 2 years ago
Hey, I like your solution, especially the floating animation.
Here are my few suggestions:
- Usually the best practice for FAQ-s is that only one card is shown at a certain time. So when you click on the second FAQ item to open, the previous one closes. You can archive that with Javascript. With React, the useState hook can be used there.
- On the Desktop when I open the cards, they disappear from the view and the Container does not change the height to fit them. On mobile it works, but not on desktop.
0