vue-nice-avatar
v1.0.5
Published
Dummy avatar generator
Downloads
6
Readme
vue-nice-avatar
Online editor / preview
- https://vue-nice-avatar.vercel.app/
Assets
- Designer / Figma files: Avatar Illustration System
Installation
yarn add vue-nice-avatar
Usage
Import the component
import NiceAvatar from "vue-nice-avatar";
Render the component with props
<NiceAvatar />
Options
The options can be passed into genConfig or as React props
| key | type | default | accept |
| ----------- | ------ | ------- | ------------------- |
| id
| string | | |
| className
| string | | |
Development
- Clone the repo
git clone [email protected]:ademilter/vue-nice-avatar.git
- Clone the repo
cd vue-nice-avatar
- Install dependencies
yarn
- Start the server for the demo
yarn dev
- Open the browser to reivew the demo
open http://localhost:3000
- Edit the files inside
src/components/NiceAvatar
.
License
Released under MIT by @ademilter.