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 | "#FFD882" | Hex color |
In this example the Backpack has the mood excited. You can see the code and play with it. Try to change the mood to any other.
<Backpack :size="320" mood="excited" color="#FFD882" />