Skip to content

Commit

Permalink
fixup! Refactor(web-twig): Collapse API attribute changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Dec 3, 2024
1 parent fbb6bbb commit 990c58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-twig/src/Resources/components/Collapse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ and [escape hatches][readme-escape-hatches].
| --------------------------- | -------- | ---------- | -------- | ------------------------------------------------------------------------------------------------------------------ |
| `aria-controls` | `string` ||| Aria controls state (auto) |
| `aria-expanded` | `string` ||| Aria expanded state (auto) |
| `data-spirit-is-disposable` | `bool` ||| For hide on collapse as more button |
| `data-spirit-more` | `bool` ||| [**DEPRECATED**][readme-deprecations] in favor of `data-spirit-is-disposable`; For hide on collapse as more button |
| `data-spirit-is-disposable` | `bool` ||| For hide on collapse as more trigger |
| `data-spirit-more` | `bool` ||| [**DEPRECATED**][readme-deprecations] in favor of `data-spirit-is-disposable`; For hide on collapse as more trigger |
| `data-spirit-target` | `string` ||| Target selector |
| `data-spirit-toggle` | `string` | `collapse` || Iterable selector |

Expand Down

0 comments on commit 990c58a

Please sign in to comment.