@temporg/ui-avatar
v99.10.0
Published
An image or letters that represents a user.
Downloads
8
Readme
category: packages
ui-avatar
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"
/>
)
}