# AppSection

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/components/EntityTree.tsx#L108)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `group` | `NavAppGroup` | ✓ | - |
| `enrichedIds` | `Set` | ✓ | - |
| `projectId` | `string` | ✓ | - |
| `selectedEntityId` | `string` | - | - |
| `isLib` | `boolean` | - | false |
| `entityHrefBase` | `string` | - | - |
| `pinnedIds` | `Set` | - | - |
| `onCurate` | `unknown` | - | - |

## Diagram

```mermaid
graph TD
    component_AppSection_1469504a["AppSection"]
    class component_AppSection_1469504a rootComponent
```

## Relationships

- RENDERS → `ChevronRightIcon`
- RENDERS → `CircleStackIcon`
- RENDERS → `CubeIcon`
- RENDERS → `EntityIcon`
- RENDERS → `CurateButtons`
- USES_HOOK → `useState`

## Referenced By

- `EntityTree` (RENDERS)
