Skip to content

shwilliam/vue-visibility-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

vue-visibility-trigger

Vue component that emits an event when scrolled into view

Usage example

vue-visibility-trigger demo

Installation

Install the package from npm by running

$ yarn add vue-visibility-trigger 

or

$ npm i vue-visibility-trigger 

Usage

Import, register and place the component in your Vue app. Attach a function to react to the 'scrolledIn' event with 'v-on:scrolledIn="..."' or '@scrolledIn="..."'.

<template> ... <VueVisibilityTrigger @scrolledIn="doSomething" /> ... </template> <script> import VueVisibilityTrigger from 'vue-visibility-trigger' export default { ... components: { VueVisibilityTrigger } }; </script> 

Dev

Running dev and example scripts require @vue/cli and @vue/cli-service-global to be installed. Install globally by running npm i --g @vue/cli @vue/cli-service-global or yarn add global vue/cli @vue/cli-service-global

About

๐Ÿ‘ Declarative Vue component that emits an event when scrolled into view

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •