Skip to main content

ProfileSearchCard

Components

ProfileSearchCard()

ProfileSearchCard(props, context?): ReactNode

Component used in the search app to display user profiles

Parameters

ParameterType
propsProfileSearchCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/ProfileSearchCard/index.tsx:43

Props

ProfileSearchCardProps

ProfileSearchCardProps: object

Type declaration

MemberType
authenticatedDIDboolean
descriptionLabelstring
followLabelstring
followersLabelstring
followingLabelstring
handleFollow(event) => void
handleUnfollow(event) => void
isFollowingboolean
onClickProfile() => void
profileDataProfile
shareProfileLabelstring
showPostCountboolean
transformSource(src) => Image
unfollowLabelstring

Source

libs/design-system-components/src/components/ProfileSearchCard/index.tsx:9