getea
v1.1.0
Published
  [ {
return <GetEmptyAvatar />;
}Props List
| Name | Type | Default | | ------- | ------ | ---------------------------------------------------- | | size | number | 72 | | bgColor | string | "#E5E5E5" | | border | Array | { size: 2, color:#eeeeee, radius: 50,style:'solid' } |
Development
Pull requests are encouraged and always welcome. Pick an issue and help us out!
To install and work on getea locally:
git clone https://github.com/halilatilla/getea.git
cd getea
npm installhttp://localhost:3000/
yarn start or npm starthttp://localhost:6006/
yarn storybook or npm start storybook