Socket
Book a DemoInstallSign in
Socket

@instructure/ui-avatar

Package Overview
Dependencies
Maintainers
43
Versions
1586
Alerts
File Explorer

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.

latest
Source
npmnpm
Version
10.25.0
Version published
Weekly downloads
12K
34.99%
Maintainers
43
Weekly downloads
 
Created
Source

ui-avatar

npm MIT License Code of Conduct

An image or letters that represents a user.

Components

The ui-avatar package contains the following:

  • Avatar

Installation

npm install @instructure/ui-avatar

Usage

---
type: code
---
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 09 Sep 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