1.0.15 • Published 4 years ago

dropdown-vue-semantic v1.0.15

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

dropdown-vue-semantic

Vue Dropdown with Semantic

Build Setup

# install dependencies
npm install dropdown-vue-semantic --save-dev

``` bash
# use
import dropdown from 'dropdown-vue-semantic'
{
  components: {..., dropdown}
}

``` bash
'name', // like v model
'fluid', // fluid style
'searchAble', // enablesearch
'toLowerCase', // to lower case all options
'placeholder', // placeholder default
'fieldId', // id key
'fieldName', // name key
'defaultSelected', // default selected from data
'touch', // event
'error', // style true error
'dependOn', // chain depend on v model
'dependOnName', // idk
'endPoint', // if options direct from endpoint
'endPointChild', // still not need
'options', // options array 'id and name'
'disabled' // disabled
1.0.15

4 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago