0.0.1 • Published 4 years ago

@omiu/avatar v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Avatar

A head that symbolizes an image or personality

Import

import '@omiu/avatar'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/avatar"></script>

Usage

<o-avatar></o-avatar>

API

Props

{
  alt?: string,
  src?: string,
  size?: number,
  square?: boolean,
  icon?: string,
  color?: string,
  backgroundColor?: string
}

默认属性

{
  size: 40,
  color: 'white',
  backgroundColor: '#ccc'
)