getea
v1.1.0
Published
![npm](https://img.shields.io/npm/v/getea?label=npm) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/halilatilla/getea?label=code%20size) [![GitHub license](https://img.shields.io/github/license/halilatilla/getea?label=licen
Downloads
3
Readme
Get Empty Avatar Live Demo
If you need a random fancy avatar or some kind of icon, check this out!
Installation
Install getea with npm
npm install getea
or yarn add getea
Usage
React
import { GetEmptyAvatar } from 'getea';
function App() {
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 install
http://localhost:3000/
yarn start or npm start
http://localhost:6006/
yarn storybook or npm start storybook