
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
vue-scroll-toggle-class
Advanced tools
[](https://npmjs.com/package/vue-scroll-toggle-class) [](https://www.np
Scroll Toogle Class component using Vue.js.
$ yarn add vue-scroll-toggle-class
# or
$ npm i --save vue-scroll-toggle-class
Register the component
import { VueScrollToggleClass } from 'vue-scroll-toggle-class';
Vue.component('vue-scroll-toggle-class', VueScrollToggleClass);
Install the plugin
import VueScrollToggleClass from 'vue-scroll-toggle-class';
Vue.use(VueScrollToggleClass);
<template>
<vue-scroll-toggle-class
repeat="on"
position="top"
>
<div>Example</div>
</vue-scroll-toggle-class>
</template>
<template>
<vue-scroll-toggle-class
repeat="on"
position="top"
>
<div>Example</div>
</vue-scroll-toggle-class>
</template>
<script>
import { VueScrollToggleClass } from "vue-scroll-toggle-class";
export default {
components: {
VueScrollToggleClass
}
}
</script>
Create the plugins/vue-scroll-toggle-class.js
:
import Vue from 'vue'
import VueScrollToggleClass from 'vue-scroll-toggle-class'
Vue.component('vue-scroll-toggle-class', VueScrollToggleClass)
Include plugin in your nuxt.config.js
file:
module.exports = {
plugins: ['~plugins/vue-scroll-toggle-class']
}
Prop | Data Type | Required | Default | Description |
---|---|---|---|---|
repeat | String | false | off | repeat toggle class |
position | String | true | toggle class position |
Welcome to improve vue-scroll-toggle-class with any issue, pull request or code review.
# Setup
$ cd vue-scroll-toggle-class
$ npm install
# dev-server
$ npm run serve
# Build
$ npm run build:lib
# Unit Testing
$ npm run test:unit
# Lint
$ npm run lint
# Lint - fix
$ npm run lint --fix
MIT
FAQs
[](https://npmjs.com/package/vue-scroll-toggle-class) [](https://www.np
The npm package vue-scroll-toggle-class receives a total of 60 weekly downloads. As such, vue-scroll-toggle-class popularity was classified as not popular.
We found that vue-scroll-toggle-class demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.