# DownloadPdfButton

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `slugId` | `string` | ✓ | - |
| `dark` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_DownloadPdfButton_2cb08956["DownloadPdfButton"]
    class component_DownloadPdfButton_2cb08956 rootComponent
```

## Relationships

- RENDERS → `Loader2`
- RENDERS → `Download`
- USES_HOOK → `useLanguageContext`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`
