Add accordion group to default theme #10315
ArthurFlag
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There is the native HTML element detail and summary which are a bit like the accordion, but does not have the group feature https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details Here is a sandbox demo on how to do the "group" style feature https://stackblitz.com/edit/github-b1xfh1?file=docs%2Fintro.mdx,src%2Fcss%2Fcustom.css |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at Mintlify and they offer an accordion group component, which I'd find useful to also have in Docusaurus.
It'd be easy to create a custom component for this, but if it's simple then I thought why not ask for this component to be added to the core?
Beta Was this translation helpful? Give feedback.
All reactions