vue-avatar icon indicating copy to clipboard operation
vue-avatar copied to clipboard

more shapes

Open michaelsogos opened this issue 8 years ago • 2 comments

Hi,

Can you also add more shape like:

  • square rounded
  • hexagon
  • pentagon
  • rhombus

michaelsogos avatar Feb 02 '17 01:02 michaelsogos

Message for anyone also interested on this:

Please share some thoughts on this (implementations and valid uses cases)

saintplay avatar Feb 02 '18 05:02 saintplay

Seems like this would be out of scope. If you decide to be the first person in the world that uses a rhombus shape for your avatars, you could always add an '.avatar-rhombus' class to it via the customStyling prop and then create your rhombus (or pentagon, or hexagon) shape via that css class in your stylesheet. I am not sure it needs to be hardcoded into the codebase.

I could see rounded square however, that one makes sense and is fairly common. But again, that can be done with css.

jacurtis avatar May 06 '18 02:05 jacurtis