-
Notifications
You must be signed in to change notification settings - Fork 624
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
feat(Accordion): new component #301
feat(Accordion): new component #301
Conversation
Co-authored-by: Benjamin Canac <[email protected]>
) Co-authored-by: Benjamin Canac <[email protected]>
β Live Preview ready!
|
@Haythamasalama is attempting to deploy a commit to the Nuxt Labs Team on Vercel. A member of the Team first needs to authorize it. |
β Live Preview ready!
|
I had a quick look and I would rather call this component Also, what would you think of using the |
You're right, I don't like the |
@benjamincanac done Do you think we need to add |
3b81bea
to
4863636
Compare
@benjamincanac |
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
I've taken the liberty to make a few changes to your PR. Let me know what you think! |
I just have an issue with the |
@benjamincanac
I will check it |
Changing the |
I fixed it by passing the Do you still see an issue? |
I've updated the |
|
I agree, just pushed some changes too. Let me know π |
Nice tweak! β€οΈ |
Let's merge this then! |
Nice component ! btw, thanks a lot for this amazing UI module !!! you guys are amazing |
@mathieunicolas Yes, it's existied!
Check it here: https://ui.nuxtlabs.com/elements/accordion#open
Check it here: https://ui.nuxtlabs.com/elements/accordion#usage |
Hi @Haythamasalama thanks for your quick reply ! For example :
|
@mathieunicolas |
Accordion
β¨ Introducing a new component for the NuxtLabs UI : Toggleable Accordion Panels! π
π This pull request introduces the Disclosure component from the Headless UI library. It enables the display of interactive accordion panels for hiding and revealing content.
π Key features of this component include:
color
andsize
of the accordion panels.icon
customization for opening and closing the panels.disabling
specific panels.open all
panels by default.button
andcontent items
.β€οΈ Please review the changes in this PR and provide feedback.
Resolves #156