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