-
Notifications
You must be signed in to change notification settings - Fork 40
Added FAQ Accordion Component #72
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
Conversation
@DreadTsx is attempting to deploy a commit to the gyanthakur's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @DreadTsx! Thanks for creating the pull request.
Soon the maintainers/owner will review it and provide you with feedback/suggestions.
Make sure to star this awesome repository and follow the account!
The latest updates on your projects. Learn more about Vercel for GitHub.
|
On it now |
@Gyanthakur Fixed it already |
resolve conflict |
Done @Gyanthakur |
This bug isnt from my branch @Gyanthakur |
Description
This PR adds a new FAQ Accordion component with multiple variants to the component library.
Changes Made
FAQAccordion.jsx
component insrc/components/accordion/
FAQAccordionItem.jsx
sub-component for individual itemsComponent Features
✅ Smooth expand/collapse animations
✅ Dark mode support
✅ Multiple visual variants (chevron, plus/minus)
✅ Optional icons for each accordion item
✅ Fully responsive design
✅ Keyboard accessible
✅ Follows existing design system
Usage Example