BlockieComponent

Source blockie

Displays account ids in blockie style. Angular component wrapper for blockies.

Inputs

  1. address - string: Address that should be displayed as an blockie
  2. height - number: width/height of the blockie
  3. width - number: width/height of each block in pixels, default: 5

Example

Reference Implementation: Profile DApp

<blockie-component
  [address]="'0x1813587e095cDdfd174DdB595372Cb738AA2753F'"
  [size]="8"
  [scale]="18">
</blockie-component>

View Example

../../_images/blockie.png