Skip to main content

default

talawa-adminDocs


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

React Docs

Returns

ReactNode

The JSX element for the user profile card.

Defined in

src/components/UserProfileSettings/UserProfile.tsx:38