Skip to content

Instantly share code, notes, and snippets.

@miukimiu
Last active October 17, 2018 19:01
Show Gist options
  • Save miukimiu/69d1b7f9513d804e7ad4fe9df693ec1e to your computer and use it in GitHub Desktop.
Save miukimiu/69d1b7f9513d804e7ad4fe9df693ec1e to your computer and use it in GitHub Desktop.
import React from 'react';
import {Planet} from 'react-kawaii';
import {IceCream} from 'react-kawaii';
import {Browser} from 'react-kawaii';
const Example = () => (
<div>
<IceCream size={200} mood="shocked" color="#FDA7DC" />
<Planet color="#FD7760" />
<Browser size={200} mood="blissful" color="#FDA7DC" />
</div>
)
export default Example;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment