Cat

Props & methods

Prop name Type Default Description
size number 320 Size of the width
mood string "excited" One of:
sad, shocked, happy, blissful, lovestruck, excited, ko
color string "#596881" Hex color

Example

In this example the Cat has the mood excited. You can see the code and play with it. Try to change the mood to any other.

<Cat :size="320" mood="excited" color="#596881" />