A modern, flexible and customizable React tree component.
This is a monorepo managed with pnpm workspaces, containing:
packages/core
: The main tree component librarypackages/playground
: A demo application showcasing the tree component
- Node.js (v16 or higher)
- pnpm (v8 or higher)
# Install dependencies
pnpm install
# Start development
pnpm dev
# Build all packages
pnpm build
- Core package: Contains the tree component source code
- Playground: Contains examples and documentation
MIT