Progress

You can add the component on any page in the template. You need to follow the steps given below:

Step 1: Please add the code given below in the page where you want to add the component.

<CircularProgress className="w-10 mr-30 mb-10 progress-primary" thickness={2.5} />	

Step 2: Now Import the component from its parent library.

import CircularProgress from '@material-ui/core/CircularProgress';

We have given you an example of adding a circular progress bottom start on the Ecommerce Dashboard.

You can check some other layouts of progress below. For adding any of the below layout in the template, please check their relative code in the src->routes->components->progress->components folder.

Last updated