getea
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

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

Authors

License

MIT

Package Sidebar

Install

npm i getea

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

59.1 kB

Total Files

24

Last publish

Collaborators

  • halilatilla