https://github.com/cx0der/vueselect
Simple and accessible Select dropdown Vue.js widget.
https://github.com/cx0der/vueselect
accessible component select vuejs2
Last synced: 3 months ago
JSON representation
Simple and accessible Select dropdown Vue.js widget.
- Host: GitHub
- URL: https://github.com/cx0der/vueselect
- Owner: cx0der
- License: other
- Created: 2018-08-30T14:22:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T05:55:41.000Z (over 6 years ago)
- Last Synced: 2025-02-18T21:51:54.370Z (4 months ago)
- Topics: accessible, component, select, vuejs2
- Language: Vue
- Homepage: https://cx0der.github.io/vueselect
- Size: 462 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vueselect [](https://travis-ci.org/cx0der/vueselect)
> Native accessible Vue.js component similar to <select>
#### Features
* Accessible
* Zero dependencies## Install
```
npm install @cx0der/vueselect
```#### Using
```
import VueSelect from 'VueSelect'```
#### Syncing selected values
``````
## Properties
* items
```
An Array of strings
```
* value
```
Preset set value
```## LICENSE
[GPL 2](https://github.com/cx0der/vueselect/blob/master/LICENSE)