ProfileSearchCard
Components
ProfileSearchCard()
ProfileSearchCard(
props
,context
?):ReactNode
Component used in the search app to display user profiles
Parameters
Parameter | Type |
---|---|
props | ProfileSearchCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ProfileSearchCard/index.tsx:43
Props
ProfileSearchCardProps
ProfileSearchCardProps:
object
Type declaration
Member | Type |
---|---|
authenticatedDID | boolean |
descriptionLabel | string |
followLabel | string |
followersLabel | string |
followingLabel | string |
handleFollow | (event ) => void |
handleUnfollow | (event ) => void |
isFollowing | boolean |
onClickProfile | () => void |
profileData | Profile |
shareProfileLabel | string |
showPostCount | boolean |
transformSource | (src ) => Image |
unfollowLabel | string |
Source
libs/design-system-components/src/components/ProfileSearchCard/index.tsx:9