Kind: Function
Source: atloria-monorepo/packages/ui-react/src/hooks/useActiveSection.ts
Scroll to a section smoothly
Signature
tsfunction scrollToSection(id: string, offset: number): void
Parameters
| Name | Type |
|---|---|
id | string |
offset | number |
Returns: void
Was this page helpful?