We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry if this is asked before it's really hard to search and I could only find #33268 but it's not the same.
Right now Accordion can only work with Javascript. Can we add styling for <details> and <summary> so it looks like Bootstrap Accordion? Thanks!
<details>
<summary>
The text was updated successfully, but these errors were encountered:
Meanwhile, this is a workaround: https://stackoverflow.com/q/76153707/653457 to apply Accordion CSS to <details>/<summary>
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Proposal
Sorry if this is asked before it's really hard to search and I could only find #33268 but it's not the same.
Right now Accordion can only work with Javascript. Can we add styling for
<details>
and<summary>
so it looks like Bootstrap Accordion? Thanks!Motivation and context
<details>
and<summary>
are ugly but no Javascript needed.<details>
yet (or I do not know how to make it work) and Javascript is needed.The text was updated successfully, but these errors were encountered: