Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 702 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 702 Bytes

React Tree X

English | 简体中文

A modern, flexible and customizable React tree component.

Project Structure

This is a monorepo managed with pnpm workspaces, containing:

  • packages/core: The main tree component library
  • packages/playground: A demo application showcasing the tree component

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • pnpm (v8 or higher)

Installation

# Install dependencies
pnpm install

# Start development
pnpm dev

# Build all packages
pnpm build

Development

  • Core package: Contains the tree component source code
  • Playground: Contains examples and documentation

License

MIT