charlie-yao / react-aria-widgets

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

New Accordion props that can initialize expandedSections and disabledSections #165

Closed charlie-yao closed 1 year ago

charlie-yao commented 1 year ago

Adds two new props that allows you to set certain sections to initially be expanded/disabled.

Resolves #48