Skip to content

Commit

Permalink
Update accordion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 29, 2024
1 parent 0c3f34a commit 2941c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-app/public/docs/3-ui/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Like with the component, `<details>` and `<summary>` can be styled with CSS.

```gjs live preview
// No imports needed!
// Though, as a TODO: for this component, we'll soon have a multi-details
// management wrapper in case you want only one `<details>` open at a time.
// If you need only one open a time, use the "name" attribute
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#name
<template>
<div class="demo">
Expand Down

0 comments on commit 2941c2a

Please sign in to comment.