# scrollToSection

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-react/src/hooks/useActiveSection.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/hooks/useActiveSection.ts#L112)

Scroll to a section smoothly

## Signature

```ts
function scrollToSection(id: string, offset: number): void
```

## Parameters

| Name | Type |
|---|---|
| `id` | `string` |
| `offset` | `number` |

**Returns:** `void`
