vue-nice-avatar
Online editor / preview
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 | tips |
---|---|---|---|---|
id |
string | Only for React Props | ||
className |
string | Only for React Props |
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.