We are using react-admin for our application. For our sign-up page, we have an option to pick a profile image. (This is using material-UI) How can we customize the InputImage component as per UI design?
How do we extend and change the UI for ImageInput? If we cannot extend, do we have an API to creating our own Input Components?