Socket
Socket
Sign inDemoInstall

@umbraco-ui/uui-avatar

Package Overview
Dependencies
7
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @umbraco-ui/uui-avatar

An avatar web component for displaying user avatars.


Version published
Weekly downloads
747
decreased by-22.59%
Maintainers
6
Install size
71.9 kB
Created
Weekly downloads
 

Changelog

Source

1.7.0 (2024-02-13)

Bug Fixes

  • uui-box: add a getter to headlineVariant to support Lit 3 (0fc8dbc)
  • uui-select: make native inner select follow the width of the outer element (39c08dd)

Readme

Source

uui-avatar

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-avatar

Import the registration of <uui-avatar> via:

import '@umbraco-ui/uui-avatar';

When looking to leverage the UUIAvatarElement base class as a type and/or for extension purposes, do so via:

import { UUIAvatarElement } from '@umbraco-ui/uui-avatar';

Usage

<uui-avatar title="First Last"></uui-avatar>
<uui-avatar img-src="..."></uui-avatar>

Keywords

FAQs

Last updated on 13 Feb 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc