0.2.3 • Published 4 years ago

dropup-multiselect v0.2.3

Weekly downloads
24
License
-
Repository
-
Last release
4 years ago

dropup

this Vue package was developed by nachman rosen to provide a simple dropup multiselect component. Create your own option objects in the options data property in DropUpContainer.vue. Options defaulted to : options:{name:'apples', value: '2.00'}, {name:'oranges', value: '3.00'}, {name :'coffee', value: '12.00'}, {name:'orange-juice', value:'8.00'}

Set the description to your values using the description string in DropUpContainer.vue. Its defaulted to: description: 'price: $'},

Toggle the multiselect on and off using the radio button on the bottom

When using numeric values, you can display the total of the selected values, just set the numericValues prop to true. Its defaulted to false to allow for string values.

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago