VibesConsoleContentCard.mini-profile-cta
Components
MiniProfileCTA()
MiniProfileCTA(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | MiniProfileCTAProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/VibesConsoleContentCard/mini-profile-cta.tsx:27
Props
ItemType
ItemType:
"Profile"
|"Beam"
|"Reflection"
Source
libs/design-system-components/src/components/VibesConsoleContentCard/mini-profile-cta.tsx:11
MiniProfileCTAProps
MiniProfileCTAProps:
object
Type declaration
Member | Type |
---|---|
ctaExt | React.ReactNode |
itemData | ProfileItemData |
nsfwLabel | string |
Source
libs/design-system-components/src/components/VibesConsoleContentCard/mini-profile-cta.tsx:21
ProfileItemData
ProfileItemData:
object
Type declaration
Member | Type |
---|---|
alternativeAvatars | Image [] |
avatar | Image |
did | object |
did.id | string |
name | string |
nsfw | boolean |
Source
libs/design-system-components/src/components/VibesConsoleContentCard/mini-profile-cta.tsx:13