React-Fast-Accordion icon indicating copy to clipboard operation
React-Fast-Accordion copied to clipboard

Simple, fast, accessible accordion library with no dependency

Results 2 React-Fast-Accordion issues
Sort by recently updated
recently updated
newest added

We need something like `scrollIntoViewIfNeeded` but it's not majorly supported and doesn't have smooth behaviour https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoViewIfNeeded Content scroll height needs to be added as well while scrolling the element

enhancement
help wanted
good first issue

![image](https://user-images.githubusercontent.com/68852884/190603961-99fa7368-2c8e-41af-b334-c4fa65a00b17.png) See the screenshot. The first item is clicked once. It changed classes, so I've got the `isOpen` prop to be `true`. The second item is clicked three times: open(no),...

question