djhi / ra-tree

Tree components to use with react-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ra-tree

Obsolete: see https://github.com/marmelab/react-admin/tree/master/packages/ra-tree-ui-materialui for the new version

Components to display hierarchized data in react-admin.

This is a monorepo containing multiple packages:

Development

Install the dependencies

make install

# or

yarn

# or

npm

Run the tests

make test

# or

yarn run test

# or

npm run test

License

This library is licensed under the MIT License, and sponsored by marmelab.

About

Tree components to use with react-admin

License:MIT License


Languages

Language:JavaScript 96.8%Language:Makefile 3.2%