qwik-ui icon indicating copy to clipboard operation
qwik-ui copied to clipboard

ROADMAP: Headless Accordion

Open thejackshelton opened this issue 1 year ago • 0 comments

Here are the plans for the headless <Accordion/> component

Post Beta

  • [ ] Direction prop, a union type with the ltr or rtl values that stand for "left to right" or "right to left". This is internationalization support for the component.
  • [ ] Orientation prop, a prop that enables horizontal accordion behavior.
  • [ ] Progressive enhancement - render the accordion as static text when javascript is disabled, instead of a broken trigger.

Planned

  • [ ] bind:event support.

thejackshelton avatar Jul 28 '23 14:07 thejackshelton