Skip to content

Commit 0f66ca2

Browse files
committed
docs: remove unnecessary div
1 parent cbc254a commit 0f66ca2

File tree

1 file changed

+0
-3
lines changed
  • apps/website/src/routes/docs/headless/accordion

1 file changed

+0
-3
lines changed

apps/website/src/routes/docs/headless/accordion/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ Qwik UI's Accordion implementation follows the [WAI-Aria](https://www.w3.org/WAI
2525
]}
2626
/>
2727

28-
<div class="mb-6 flex flex-col gap-2">
2928
[View Source Code ↗️](https://github.com/qwikifiers/qwik-ui/tree/main/packages/kit-headless/src/components/accordion)
3029

3130
[Report an issue 🚨](https://github.com/qwikifiers/qwik-ui/issues)
3231

3332
[Edit This Page 🗒️](<https://github.com/qwikifiers/qwik-ui/edit/main/apps/website/src/routes/docs/headless/(components)/accordion/index.mdx>)
3433

35-
</div>
36-
3734
> Rather than using the `details` and `summary` tags as disclosure widgets, we use a custom implementation. While these widgets can be used without JavaScript, they come with [their own accessibility drawbacks](https://www.scottohara.me/blog/2022/09/12/details-summary.html).
3835
3936
## Building blocks

0 commit comments

Comments
 (0)