Skip to content

@preflower/vue-use

A collection of essential Composition API hooks for Vue 3.

Installation

bash
pnpm add @preflower/vue-use

Available Hooks

useKeyboardDetector

Track virtual keyboard visibility and height on mobile devices.

useScrollParent

Find the nearest scrollable parent element for any DOM node.

Released under the ISC License.