Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gavinning/slideup

向上滑出的页面组件
https://github.com/gavinning/slideup

slide slide-up slider slideup vue-slide vue-slide-up vue-slider vue-slideup

Last synced: about 1 month ago
JSON representation

向上滑出的页面组件

Awesome Lists containing this project

README

        

# Slideup

## Setup
```sh
npm i slideup
```

### Usage
```vue



Home |
Slide Page


关闭



import Slider from 'slideup'

export default {
components: { Slider },

methods: {
sliderShow() {
this.$refs.slider.show()
},

sliderHide() {
this.$refs.slider.hide()
}
}
}

```

### Event
```html

关闭

```

### Example
```sh
git clone https://github.com/gavinning/slideup.git
cd slideup && npm i && npm run dev
```