Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
向上滑出的页面组件
- Host: GitHub
- URL: https://github.com/gavinning/slideup
- Owner: gavinning
- Created: 2020-02-21T12:52:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:56:30.000Z (about 2 years ago)
- Last Synced: 2023-12-24T06:45:06.864Z (about 1 year ago)
- Topics: slide, slide-up, slider, slideup, vue-slide, vue-slide-up, vue-slider, vue-slideup
- Language: Vue
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slideup
## Setup
```sh
npm i slideup
```### Usage
```vue
Home |
关闭
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
```