0.1.3 • Published 4 years ago

bo-sticky v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

BoSticky

  • 一个用于粘性定位的组件,可设置定位方向,背景色,同时提供 定位回调钩子
html
<template>
  <div>
    <bo-sticky  @scrollFixed="scrollFixed"> 这一个粘性定位组价 </bo-sticky>
  </div>
</template>
props:{
		zIndex:{
			type:[String,Number],
			default:90
		},
		offsetTop:{
			type:[String,Number],
			default:0
		},
		backColor: {
			type: String,
			default: ''
		},
		direction: {
			type: String,
			default: 'top'
		},
		fixStyle: {
			type: Object,
			default: () => ({})
		}
	}

BoSticky Events

事件名说明回调参数
scrollFixed页面滚动时触发isFixed boolean
0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago