# BrandingProvider

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `slugId` | `string` | ✓ | - |
| `children` | `ReactNode` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_BrandingProvider_369ca96a["BrandingProvider"]
    class component_BrandingProvider_369ca96a rootComponent
```

## Relationships

- RENDERS → `AccessGate`
- RENDERS → `BrandingContext-Provider`
- USES_HOOK → `useState`
- USES_HOOK → `usePathname`
- USES_HOOK → `useMemo`
- USES_HOOK → `useEffect`
- USES_HOOK → `useCallback`
