charlie-yao / react-aria-widgets

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

Initial Demo Website #55

Closed charlie-yao closed 2 years ago

charlie-yao commented 2 years ago

Initial release of the demo/documentation website.

Also does a bit of refactoring to the actual accordion components. Some methods have been slightly renamed. <AccordionSection> now passes all of its props down to its children. This means that <AccordionPanel> and <BaseAccordionPanel> need to strip out props that shouldn't be passed down to the underlying HTML, and they receive getters for certain values rather than the values themselves.

Some resources used:

Resolves #9 Resolves #47