Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixeledcode/infinite-nested-collapsible
https://github.com/pixeledcode/infinite-nested-collapsible
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixeledcode/infinite-nested-collapsible
- Owner: PixeledCode
- Created: 2024-03-10T04:35:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T08:20:38.000Z (10 months ago)
- Last Synced: 2024-10-23T11:47:30.961Z (2 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installnpm run dev
```