Socket
Socket
Sign inDemoInstall

vue-navigation-scroll-bar

Package Overview
Dependencies
10
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-navigation-scroll-bar

A Vue.js project


Version published
Maintainers
1
Created

Readme

Source

vue-navigation-scroll-bar

A Vue.js project

一、安装使用

1.安装

npm安装

npm install vue-navigation-scroll-bar

yarn安装

yarn add vue-navigation-scroll-bar
2.使用
vue2使用
import {VueNavigationScrollBar} from 'vue-navigation-scroll-bar'

components:{
    VueNavigationScrollBar
}
vue3使用
import {VueNavigationScrollBar} from 'vue-navigation-scroll-bar'
代码中使用
<VueNavigationScrollBar :navList="navList" barColor="red" barBgColor="blue" />

文档

props:

名称功能类型默认值
navList滚动列表展示内容Array[]
barColor缩略滚动条颜色StringOrange
barBgColor缩略滚动条背景颜色String#ddd

Keywords

FAQs

Last updated on 17 Oct 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