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