Octoheads
Getting Started
yarn add @mavend/octoheads
or
npm install @mavend/octoheads --save
then, in your app:
import { OctoHead } from '@bigheads/core'
const Example = () => (
<OctoHead
accessory="shades"
circleColor="blue"
eyebrows="angry"
eyes="wink"
facialHair="mediumBeard"
hair="short"
hairColor="black"
hat="none"
hatColor="green"
lashes="false"
lipColor="purple"
mask="true"
faceMask="true"
mouth="open"
skinTone="brown"
/>
)
Contributing
Start storybook
yarn storybook