Skip to main content

Profile.Header

Components

Header(props, context?): ReactNode

Parameters

ParameterType
propsHeaderProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/Profile/Header/index.tsx:54

Props

HeaderProps

HeaderProps: object

Type declaration

MemberType
actionElementReactElement
activeOverlay"avatar" | "coverImage" | null
avatarProfile["avatar"]
backgroundProfile["background"]
badgesProfileBadge[]
copiedLabelstring
copyLabelstring
customStylestring
ensName"loading" | string
followElementReactElement
handleEdit() => void
menuItemsMenuProps["items"]
onClickAvatar() => void
onClickCoverImage() => void
onClickProfileName() => void
onCloseOverlay() => void
plainboolean
profileIdProfile["did"]["id"]
profileNameProfile["name"]
publicImagePathstring
transformSource(src) => Image
validAddressboolean
viewerIsOwnerboolean

Source

libs/design-system-components/src/components/Profile/Header/index.tsx:28