# CollectionsBrowse

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/CollectionsBrowse.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/CollectionsBrowse.tsx#L63)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `slugId` | `string` | ✓ | - |
| `audienceSlug` | `string` | - | - |
| `version` | `string` | - | - |
| `lang` | `string` | - | - |

## Diagram

```mermaid
graph TD
    component_CollectionsBrowse_1c13d76["CollectionsBrowse"]
    class component_CollectionsBrowse_1c13d76 rootComponent
```

## Relationships

- RENDERS → `Link`
- RENDERS → `FolderIcon`
- RENDERS → `ArrowRightIcon`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
