Swipe Button for Vue3
npm install vue3-swipe-button!Demo
npm install vue3-swipe-buttonyarn add vue3-swipe-button
`$3
`
import swipeButton from 'vue3-swipe-button'
import 'vue3-swipe-button/dist/swipeButton.css'
`$3
`
@submit="actionMethod" />
`#### Props
Name | Type | Required | Default |
------------------------|----------|------------|-------------|
title | string | no | Swipe me :) |
color | string | no | #0271C2 |
shake-animation | boolean | no | false |
#### Events
Name | Trigger |
-----------|------------|
submit | Full swipe to right
#### Example
`
shake-animation="true"
:color="getButtonColor"
@submit="actionMethod" />
`$3
#swipe-button for button style
#swiper for swipe bar style
#swiper-selector` for swipe trigger style