Skip to content
+

Basic CRUD application

An admin application to showcase how CRUD operations work in Toolpad.

Basic CRUD app

Check out the live app

Open example

How to run

Download the example or clone the repo:

curl https://codeload.github.com/mui/mui-toolpad/tar.gz/master | tar -xz --strip=2  mui-toolpad-master/examples/basic-crud-app
cd basic-crud-app

Install it and run:

npm install
npm run dev

or:

Open in StackBlitz

What's inside

This app demonstrates the following capabilities of Toolpad:

  1. How to use backend functions.
  2. Using a Form and other components.
  3. How to delete or add a row in a data grid.
  4. How to bind query parameters with a component.

The source

Check out the source code