react-admin
Version:
A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI
18 lines (11 loc) • 862 B
Markdown
layout: default
title: "Labs"
# Labs
This section references some projects we're working which are not ready yet for production. They probably miss some features or are not handling all corner cases. Use them at your own risks. Besides, we would really appreciate some feedback!
## ra-tree

`ra-tree` is a set of components allowing to work with tree data. It is composed of two packages:
- `ra-tree-core`: The core components which only provides logic and no UI. Read more about it in its [README](https://github.com/marmelab/react-admin/blob/master/packages/ra-tree-core/README.md)
- `ra-tree-ui-materialui`: Some UI components using the previous package and built with material-ui. Read more about it in its [README](https://github.com/marmelab/react-admin/blob/master/packages/ra-tree-ui-materialui/README.md)