hcivelek / click-confirm

Convenient and elegant inline user confirmation of UI events.

Home Page:https://sirlamer.github.io/click-confirm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click Confirm

Convenient and elegant inline user confirmation of UI events.

Dependencies

Build Setup

npm install click-confirm --save

Basic Usage

<click-confirm>
  <button class="btn btn-primary" @click="successAction">Click me</button>
</click-confirm>

Documentation

See Official documentation for detailed usage information.

Accreditations

  • This component relies on Bootstrap Vue's Popover component. If you are already using Bootstrap Vue, then Click Confirm is even lighter! Check it out.
  • Design and functionality is closely inspired by Boostrap Confirmation.

About

Convenient and elegant inline user confirmation of UI events.

https://sirlamer.github.io/click-confirm/

License:MIT License


Languages

Language:Vue 60.2%Language:JavaScript 39.8%