0.1.1 • Published 6 years ago

v-comboboxcomponent v0.1.1

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

v-comboboxcomponent

Combobox component under Vuetify standards.

Project setup

npm i v-comboboxcomponent or yarn add v-comboboxcomponent

Usage example

import vcomboboxcomponent from 'v-comboboxcomponent/src/components/v-comboboxcomponent.vue'

Props

name : items   | default:                                                 | type: Array
       label   | default: Select a favorite activity or create a new one  | type: String

eg : 

<vcomboboxcomponent :items="['Programming','Design','Vue','Vuetify']" label="Select Items"/>