Socket
Socket
Sign inDemoInstall

chronocraft-scroller-vue

Package Overview
Dependencies
22
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    chronocraft-scroller-vue

A Vue 3 Dynamic and Versatile High Performance Infinite Scroller Component


Version published
Weekly downloads
4
Maintainers
1
Created
Weekly downloads
 

Readme

Source

A Vue 3 Dynamic and Versatile High Performance Infinite Scroller Component

The Chronocraft Scroller is a Vue 3 flexible scroller library infinite scroling support created for Vue3. It supports both vertical and horizontal orientations It provides smooth infinite scrolling with drag and mouse wheel navigation

Technology Used:

Vuejs 3.0
Typescript
Rollup

Usage

As Component

  import { Scroller } from 'chronocraft-scroller-vue';
  ...
  components:{
    Scroller
  }

As Plugin

  import ChronoCraftScroller from 'chronocraft-scroller-vue';
    ...
  app.use(ChronoCraftCScroller)

For building and Testing the Library

Please follow the folling steps accordingly:

Installing the Project

yarn install

Running for Development

yarn serve

Compiles and minifies for production

yarn build

Building the Library

yarn build:js

Building the Library With Separate Css file

yarn build:js_css

Lints and fixes files

yarn lint

FAQs

Last updated on 10 Feb 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc