1.0.0 • Published 5 months ago

material-ui-react-admin v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Material UI - React-admin Example

This example uses Material UI with React-admin, a frontend framework for building data-driven applications running in the browser on top of REST/GraphQL APIs.

How to use

Test on StackBlitz Test on CodeSandbox

Test it online: https://marmelab.com/material-ui-react-admin/

or clone the repo:

git clone --depth 1 git@github.com:marmelab/material-ui-react-admin.git
cd material-ui-react-admin

Install it and run:

npm install
npm run dev

The Idea Behind This Example

This example is a simple blog admin with posts and comments, built on top of a fake REST API running in the browser. It's fully functional: you can list, create, edit and delete posts and comments.

It shows how react-admin builds up on Material UI to provide application building blocks: a datagrid, a form, a rich text editor, a theme switcher, etc.

What's Next?