ProfileMiniCard
Components
ProfileMiniCard()
ProfileMiniCard(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | ProfileMiniCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ProfileMiniCard/index.tsx:25
Props
ProfileMiniCardProps
ProfileMiniCardProps:
object
Type declaration
Member | Type |
---|---|
authenticatedDID | string |
beamsLabel | string |
followersLabel | string |
followingLabel | string |
footerExt | React.ReactNode |
handleClick | () => void |
profileData | Profile | null |
publicImagePath | string |
stats | object |
stats.beams | number |
stats.followers | number |
stats.following | number |
statsLoading | boolean |
transformSource | (src ) => Image |
Source
libs/design-system-components/src/components/ProfileMiniCard/index.tsx:11