default
talawa-admin • Docs
talawa-admin / components/UserProfileSettings/UserProfile / default
Function: default()
> default(props
, deprecatedLegacyContext
?): ReactNode
UserProfile component displays user profile details including an avatar or profile image, name, email, and join date. It also provides a button to copy the profile link.
Parameters
• props: InterfaceUserProfile
The properties to be passed into the component.
• deprecatedLegacyContext?: any
Deprecated
See
Returns
ReactNode
The JSX element for the user profile card.