1.0.0 • Published 6 years ago

vue-confirm-button v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Vue Confirm Button

Convenient and elegant inline user confirmation of UI events.

Dependencies

Build Setup

npm install vue-confirm-button --save

Installing

import Vue from 'vue'
import VueConfirmButton from 'vue-confirm-button'

Vue.use(VueConfirmButton)

Basic Usage

<vue-confirm-button btn-title="Example Confirm Button" btn-variant="primary" @ok="alert('Example Confirm Button')"></vue-confirm-button>

Documentation

Not yet.

Accreditations