Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1023 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 1023 Bytes

cp-react-tree-table

npm version MIT License

A fast, efficient tree table component for ReactJS.

Live Demo | Documentation

Documentation v0.x

Installation

[Method A] Using npm:
npm install --save cp-react-tree-table
[Method B] Using yarn:
yarn add cp-react-tree-table

Usage

Import the cp-react-tree-table module:

import { TreeTable, TreeState } from 'cp-react-tree-table';

License

This project is MIT licensed. Please see the LICENSE file for more information.