Graupl / graupl

The Graupl mono-repo.
1 stars 0 forks source link

Feat: support for accordions #67

Open azuryte5 opened 1 month ago

azuryte5 commented 1 month ago

trigger data-toggle="collapse" and to make a div or other element with .collapse to appear and disappear. Can also look for id +href when .collapse is applied

collapse up, down, left or right

NickDJM commented 1 month ago

Collapse like a dropdown?

azuryte5 commented 1 month ago

yes, detail/ summary customization will do well enough

NickDJM commented 2 weeks ago

https://www.w3.org/WAI/ARIA/apg/patterns/accordion/

NickDJM commented 2 weeks ago

Also: https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/