AlekseyPleshkov / vue-scroll-focus

Auto focus the text field when you scroll the page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Scroll Focus

Auto focus the text field when you scroll the page

Installation

npm i --save-dev vue-scroll-focus
import VueScrollFocus from 'vue-scroll-focus'

Vue.use(VueScrollFocus)

Usage

<element v-scroll-focus></element>

About

Auto focus the text field when you scroll the page


Languages

Language:JavaScript 95.5%Language:Vue 3.3%Language:HTML 1.2%