Skip to main content

ProfileMiniCard

Components

ProfileMiniCard()

ProfileMiniCard(props, context?): ReactNode

Parameters

ParameterType
propsProfileMiniCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/ProfileMiniCard/index.tsx:25

Props

ProfileMiniCardProps

ProfileMiniCardProps: object

Type declaration

MemberType
authenticatedDIDstring
beamsLabelstring
followersLabelstring
followingLabelstring
footerExtReact.ReactNode
handleClick() => void
profileDataProfile | null
publicImagePathstring
statsobject
stats.beamsnumber
stats.followersnumber
stats.followingnumber
statsLoadingboolean
transformSource(src) => Image

Source

libs/design-system-components/src/components/ProfileMiniCard/index.tsx:11