charlie-yao / react-aria-widgets

Implementations of WAI-ARIA widgets and design patterns in React.
MIT License
2 stars 0 forks source link

Use useId to generated Accordion IDs #145

Closed charlie-yao closed 1 year ago

charlie-yao commented 1 year ago

Uses useId by default to generated IDs for accessibility attributes. <AccordionSection> still accepts an id prop for those who wish to manually pass in an ID.

Resolves #46