Prop name | Type | Default | Description |
---|---|---|---|
size | number | 200 | Size of the width |
mood | string | "blissful" | One of:sad, shocked, happy, blissful, lovestruck, excited, ko |
color | string | "#83D1FB" | Hex color |
In this example the CreditCard has the mood sad. You can see the code and play with it. Try to change the mood to any other.
<CreditCard :size="200" mood="sad" color="#83D1FB" />