IdentityBadge
Usage
import { IdentityBadge } from '@aragon/ui'
function App() {
return (
<IdentityBadge
customLabel="Custom Label User"
entity="0xc41e4c10b37d3397a99d4a90e7d85508a69a5c4c"
connectedAccount
/>
)
}Demonstration

Props
badgeOnly
badgeOnlyTYPE
DEFAULT VALUE
compact
compactTYPE
DEFAULT VALUE
connectedAccount
connectedAccountTYPE
DEFAULT VALUE
entity
entityTYPE
DEFAULT VALUE
label
labelTYPE
DEFAULT VALUE
labelStyle
labelStyleTYPE
DEFAULT VALUE
networkType
networkTypeTYPE
DEFAULT VALUE
popoverTitle
popoverTitleTYPE
DEFAULT VALUE
popoverAction
popoverActionTYPE
DEFAULT VALUE
shorten
shortenTYPE
DEFAULT VALUE
Last updated
Was this helpful?
