vuex-dropdown
A vue.js dropdown component
Installation of vuex-dropdown
npm i --save vuex-dropdown
Browser
Include the script file
Browser Usage
then install the component with Vue.use(VuexDropdown);
Module
;
Module Usage
Once installed, it can be used in a template as simply as:
Options
label: "Heck" value: "heck" label: "Jane" value: "jane"
Selected
label: "Heck" value: "heck"
classNames
The classnames to wrapp the component
"wrapper"
License
MIT © Liju Kuriakose