An approach using react to build a collapsible component that can be nested infinitely.
- Only one collapsible opened at a time
- Nested child manage their state
- Can be nested infinitely
- Filter list and their children
- Accessible
npm install
npm run dev