Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stonega/vue2-boring-avatars


https://github.com/stonega/vue2-boring-avatars

vue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# vue2-boring-avatars

Vue port of [Boring Avatars](https://github.com/boringdesigners/boring-avatars)

## Install

```
yarn add vue2-boring-avatars
```
```
npm i vue2-boring-avatars
```

## Usage
```
import Avatar from 'vue2-boring-avatars'
```
```

```

## Demo
```
yarn serve
```

## Props

| Prop | Type |
| ------- | ------------------------------------------------------------ |
| size | number or string |
| name | string |
| variant | oneOf: `marble`, `beam`, `pixels`,`sunset`, `ring`, `bauhaus` |
| colors | array of colors |
| square | bool |

Credit to original [Boring Avatars](https://github.com/boringdesigners/boring-avatars) library.