Mug

Props & methods

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

Example

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

<Mug :size="170" mood="happy" color="#A6E191" />