Socket
Socket
Sign inDemoInstall

go-design-system-avatar

Package Overview
Dependencies
4
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    go-design-system-avatar

description


Version published
Weekly downloads
6
increased by20%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

go-avatar

Description here

Usage

import { ChakraProvider } from '@chakra-ui/react';

Wrap content in main app or index file with ChakraProvider ->

import avatar from 'go-design-system-avatar';
<Avatar
        max={3}
        avatarGroupProps={{ size: 'sm' }}
        avatars={[
          {
            url: 'https://bit.ly/sage-adebayo',
            name: 'Segun Adebayo',
          },
          {
            url: 'https://bit.ly/kent-c-dodds',
            name: 'Kent Dodds',
          },
          {
            url: 'Prosper Otemuyiwa',
            name: 'https://bit.ly/prosper-baba',
          },
          {
            url: 'https://bit.ly/code-beast',
            name: 'Christian Nwamba',
          },
        ]}
      />

// TODO: DEMONSTRATE API

FAQs

Last updated on 18 Jan 2023

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