# TourEmbed

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/components/TourEmbed.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/components/TourEmbed.tsx#L38)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `flowId` | `string` | ✓ | - |
| `flowName` | `string` | - | - |
| `primaryColor` | `string` | - | "#0891B2" |

## Diagram

```mermaid
graph TD
    component_TourEmbed_4b72491d["TourEmbed"]
    class component_TourEmbed_4b72491d rootComponent
```

## Relationships

- RENDERS → `Route`
- RENDERS → `Square`
- RENDERS → `Play`
- RENDERS → `Check`
- RENDERS → `Copy`
- USES_HOOK → `useState`
