Skip to content
+

npm stats

This analytics dashboard shows how to track a KPI from a third-party data source.

npm stats 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/npm-stats
cd npm-stats

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 a thrid party REST API to fetch data to a Toolpad app.
  2. How to use custom components like charts.
  3. How to use pre-built MUI components like Date Picker.
  4. How to transform data.

The source

Check out the source code