# UserProfile

**Kind:** Component

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/components/UserProfile.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/components/UserProfile.tsx#L33)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `userId` | `any` | ✓ | - |
| `showStats` | `any` | - | true |
| `onProfileLoad` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_UserProfile_131907c4["UserProfile"]
    class component_UserProfile_131907c4 rootComponent
```

## Relationships

- RENDERS → `LoadingSpinner`
- RENDERS → `Avatar`
- RENDERS → `StatCard`
- USES_HOOK → `useAuth`
- USES_HOOK → `useState`
- USES_HOOK → `useQuery`
- USES_HOOK → `useEffect`
