1.1.0 • Published 2 years ago

getea v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm GitHub code size in bytes GitHub license

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

NameTypeDefault
sizenumber72
bgColorstring"#E5E5E5"
borderArray{ 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

Authors

License

MIT