An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# vueselect [![Build Status](https://travis-ci.org/cx0der/vueselect.svg?branch=master)](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)