Prop name | Type | Default | Description |
---|---|---|---|
size | number | 180 | Size of the width |
mood | string | "ko" | One of:sad, shocked, happy, blissful, lovestruck, excited, ko |
color | string | "#FDA7DC" | Hex color |
In this example the Browser has the mood lovestruck. You can see the code and play with it. Try to change the mood to any other.
<Browser :size="200" mood="lovestruck" color="#61DDBC" />