99.10.0 • Published 4 years ago

@temporg/ui-avatar v99.10.0

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

category: packages

ui-avatar

npm  build-status  MIT License  Code of Conduct

An image or letters that represents a user.

Components

The ui-avatar package contains the following:

Installation

yarn add @temporg/ui-avatar

Usage

---
example: false
---
import React from 'react'
import { Avatar } from '@temporg/ui-avatar'

const MyAvatar = () => {
  return (
    <Avatar
      name="Kyle Montgomery"
      src={avatarSquare}
      shape="rectangle"
      margin="0 small 0 0"
    />
  )
}