Skip to content

这是一个自定义的基于react的树组件。希望比antd简单易懂,但具有antd组件的复杂度和易用性。

Notifications You must be signed in to change notification settings

qtencent7/react-tree-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

这是一个自定义的基于react的树组件。希望比antd简单易懂,但具有antd组件的复杂度和易用性。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published