# SubdomainCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Domains/DomainTab.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Domains/DomainTab.tsx#L155)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `publishedSlug` | `string | null` | ✓ | - |
| `onToast` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SubdomainCard_3456e791["SubdomainCard"]
    class component_SubdomainCard_3456e791 rootComponent
```

## Relationships

- RENDERS → `CopyButton`
- RENDERS → `ArrowTopRightOnSquareIcon`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`

## Referenced By

- `DomainTab` (RENDERS)
