Socket
Socket
Sign inDemoInstall

avatar-chip

Package Overview
Dependencies
0
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    avatar-chip

avatarchip based on material-ui Chip component ------------------------------------


Version published
Weekly downloads
1
Maintainers
1
Install size
27.9 kB
Created
Weekly downloads
 

Readme

Source

avatarchip based on material-ui Chip component

import { Typography, Button, ButtonGroup, Container, Paper, Box, Avatar, Grid } from "@material-ui/core";
import { AvatarChip, AvatarLogo, } from "avatar-chip";


//default avatar is based on personName, if "src" is not provided
//default label is based on personName, if "label" is not provided
<AvatarChip
    size={["4rem", "3rem", "2rem", "1.5rem"]} 
    personName={"bob"}
    //onClick={function () { alert("fdfdsfsd") }}
    //avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
    //src="https://picsum.photos/200/300" 
    //label="theLabel"
/>



<AvatarChip
    size={["4rem", "3rem", "2rem", "1.5rem"]} personName={"毛fdsdsdsdsdsd帅"}
    style={{backgroundColor:"skyblue",color:"blue"}}
    onClick={function () { alert("clicked") }}
    avatarProps={{ size:["1rem","2rem","3rem","4rem","5rem"], onClick: function (e) { e.stopPropagation(); alert("hi") } }}
    src="https://picsum.photos/200/300"
    label={
      <>
        <Typography variant="h5" style={{  }}>
          06355 马小帅
          </Typography>
        <Typography variant="h5" style={{ fontSize: "0.8rem", display: "block", color: "gray" }}>
          银行总行法律合规部
          </Typography>
      </>
    }
    hoverContent={
      <>
        <div style={{ display: "flex", justifyContent: "center" }}><AvatarLogo size={["2.8rem"]} personName={"毛fdsdsdsdsdsd帅"} /></div>
        <Typography variant="h5" style={{ fontSize: "1rem", }}>
        06355 马小帅
          </Typography>
        <Typography variant="h5" style={{ fontSize: "0.8rem", display: "block", color: "gray" }}>
          银行总行法律合规部
          </Typography>
      </>
    }
  />

https://github.com/cr7cr8/avatar-chip.git git push -f origin master

npm version patch npm publish

FAQs

Last updated on 10 Sep 2021

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