0.0.3 • Published 7 months ago

hold-for-action v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Hold for action

A simple vue library, allowing you to hold a button for a set period of time to trigger an action.

Installation

npm install hold-for-action

Usage

<template>
  <div>
    <HoldForAction @complete="doSomething" :message="'Hello'" 
                   :completionMessage="'World!'" :holdDuration="5" :buttonColor="'#fca5a5'">
      <button>Hold me for 1 second</button>
    </HoldForAction>
  </div>
</template>
0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago