Navin Moorthy
Navin Moorthy
If you would like to use Accordion Component that uses Ariakit v2 You can try out our implementation at [AdaptUI](https://github.com/adaptui) **Source Code:** https://github.com/adaptui/react/tree/main/src/accordion **Storybook:** https://adaptui-react.vercel.app/?path=/story/accordion-basic--default **Codesandbox:** https://codesandbox.io/s/1fyn3r **Docs WIP:** https://github.com/adaptui/react/pull/391...
Select component has been deprecated here, kindly use the better & updated [Select component](https://ariakit.org/examples/select) from [Ariakit](https://ariakit.org/examples/select)
Thanks for creating this issue, I was facing this issue. Resolved temporarily by adding changelog to prettier ignore
Here is the links to our Accordion, **Source:** https://github.com/timelessco/renderless-components/tree/master/src/accordion **Examples:** - Basic - https://renderless-components.netlify.app/?path=/story/accordion-basic--default - Styled - https://renderless-components.netlify.app/?path=/story/accordion-styled--default We can raise a PR, if you are interested.
> I am also looking for an accordion to replace what I'm using now in reach-ui. It looks like I can put one together using the examples above, but is...
If I am not wrong, we can easily get the `disabled` state on a story by using `Button` The pseudo classes that were already added needed some events to happen...
May be this can be useful for this issues? https://autofix.ci/ https://autofix.ci/setup#typescript
I use cspell paired with a custom script to populate the false positive in a separate file as new dictionary. Script - https://github.com/timelessco/node-ts-app/blob/main/package.json#L46 Custom dictionary file - https://github.com/timelessco/node-ts-app/blob/main/project-words.txt Dictionary file...