Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixeledcode/infinite-nested-collapsible


https://github.com/pixeledcode/infinite-nested-collapsible

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Infinite Nested Collapsible

An approach using react to build a collapsible component that can be nested infinitely.

## Features

- Only one collapsible opened at a time
- Nested child manage their state
- Can be nested infinitely
- Filter list and their children
- Accessible

## How to run

```bash
npm install

npm run dev
```