npm stats
This analytics dashboard shows how to track a KPI from a third-party data source.
Check out the live app
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:
What's inside
This app demonstrates the following capabilities of Toolpad:
- How to use a thrid party REST API to fetch data to a Toolpad app.
- How to use custom components like charts.
- How to use pre-built MUI components like Date Picker.
- How to transform data.