dropup-multiselect

0.2.3 • Public • Published

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.

/dropup-multiselect/

    Package Sidebar

    Install

    npm i dropup-multiselect

    Weekly Downloads

    2

    Version

    0.2.3

    License

    none

    Unpacked Size

    12.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • nachmanrosen