New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@instructure/ui-avatar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-avatar

An image or letters that represents a user.


Version published
Weekly downloads
6.9K
decreased by-4.71%
Maintainers
35
Weekly downloads
 
Created

category: packages

ui-avatar

npm MIT License Code of Conduct

An image or letters that represents a user.

Components

The ui-avatar package contains the following:

Installation

npm install @instructure/ui-avatar

Usage

---
type: example
---
import React from 'react'
import { Avatar } from '@instructure/ui-avatar'

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

FAQs

Package last updated on 29 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts