Master Card
The MasterCard component helps you to simply create a beautiful master card.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Demo
// Material Dashboard 2 PRO React Examples
import MasterCard from "examples/Cards/MasterCard";

4562 1122 4594 7852
jack peterson
11/22
Props Information
| Name | Type | Default | Description | 
|---|---|---|---|
| color | 'primary''secondary''info''success''warning''error''dark' | dark | Used to set the MasterCardimage overlay color. | 
| number* | number | Used to set the MasterCardnumber. Its a required prop. | |
| holder* | string | Used to set the MasterCardholder name. Its a required prop. | |
| expires* | string | Used to set the MasterCardexpires date. Its a required prop. |