# Reveal

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/page.tsx#L396)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `children` | `unknown` | ✓ | - |
| `delay` | `number` | - | 0 |
| `className` | `string` | - | - |
| `style` | `unknown` | - | - |

## Diagram

```mermaid
graph TD
    component_Reveal_6b57f6e9["Reveal"]
    class component_Reveal_6b57f6e9 rootComponent
```

## Relationships

- RENDERS → `motion-div`
- USES_HOOK → `useRef`
- USES_HOOK → `useInView`

## Referenced By

- `HomePage` (RENDERS)
