Skip to content
On this page

scrollIntoView

Scroll into the view.

Usage

ts
import { scrollIntoView } from '@use-kit/functions'

scrollIntoView({ dom: null, to: 'top' })
import { scrollIntoView } from '@use-kit/functions'

scrollIntoView({ dom: null, to: 'top' })

Released under the MIT License.