Install & Download:
Description:
An input spinner component that enables the user to change the input value with Minus and Plus buttons.
How to use it:
1. Import the Minus Plus Input component.
<script src="/path/to/cdn/vue.js"></script> <script src="/path/to/dist/js/v-minusplusfield.js"></script> <link href="/path/to/dist/css/v-minusplusfield.css" rel="stylesheet" />
2. Insert the <v-minusplusfield /> component into your app and specify the current/min/max values as follows:
<v-minusplusfield :value="50" :min="0" :max="100"> </v-minusplusfield>
Preview:




