1.1.8 • Published 7 months ago

vuejs-confirm-button v1.1.8

Weekly downloads
4
License
ISC
Repository
github
Last release
7 months ago

vuejs-confirm-button

Vue button component

Installation

npm i -D vuejs-confirm-button

Example

<confirm-button :text="'Drop DB'"
                :confirm="'Are you sure?'"
                :callback="() => myMethod()"
                :main-style="'main-style'"
                :confirm-style="'confirm-style'"
                :busy-style="'busy-style'"
                :idle-style="'idle-style'"
                :confirm-timeout="2000"
                :busy-timeout="5000"/>

props 'main-style', 'confirm-style', 'busy-style', 'idle-style', 'confirm-timeout' and 'busy-timeout' are optional

import ConfirmButton from 'vuejs-confirm-button'
components: {
    ConfirmButton
}

methods: {
  myMethod () {
    // ...
  }
}
1.1.8

7 months ago

1.1.7

2 years ago

1.1.6

4 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago