Adding mui/data-grid to wix page

I’m trying to add the mui/x-data-grid to a wix page.

  1. I have been able to install it via npm

  2. I am importing in my page code:

import { DataGrid , GridRowsProp , GridColDef } from@mui/x-data-grid’ ;

  1. How do I know display the table? Once I have it displayed I can then easily manipulate the data (update / edit etc) from functions.

I"m not familiar with that package, but does the readme have examples you can follow? That’s usually the best place to start.