UserProfile
Installation
import { UserProfile } from 'uxp/components';Signature
const UserProfile: React.FunctionComponent<ProfileProps>Examples
Basic usage
```tsx
<UserProfile>
<your content>
</UserProfile>Hide default details and logout button
```tsx
<UserProfile
hideDetails={true}
hideLogout={true}
>
<your content>
</UserProfile>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated