Planet

Props & methods

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

Example

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

<Planet :size="220" mood="happy" color="#FCCB7E" />