BlockieComponent¶
Source | blockie |
---|
Displays account ids in blockie style. Angular component wrapper for blockies.
Inputs¶
address
-string
: Address that should be displayed as an blockieheight
-number
: width/height of the blockiewidth
-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¶
