# DomainTab

**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#L854)

## Props

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

## Diagram

```mermaid
graph TD
    component_DomainTab_7a023614["DomainTab"]
    class component_DomainTab_7a023614 rootComponent
```

## Relationships

- RENDERS → `SubdomainCard`
- RENDERS → `CustomDomainCard`
