Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alijahanpak/vue-auto-complete-input

Flexible and simple use Vue auto complete input
https://github.com/alijahanpak/vue-auto-complete-input

Last synced: 11 days ago
JSON representation

Flexible and simple use Vue auto complete input

Awesome Lists containing this project

README

        

# vue-auto-complete-input

## Install
```
$ npm install --save vue-auto-complete-input
```

Register the component :
public, or a similar entry point, just import your library using:
```
import "vue-auto-complete-input";
import 'vue-auto-complete-input/dist/vue-auto-complete-input.css';
```
### How to use :
```html
Lable

```
### props:

| Name | Type | Description
| ------------- |--------------- |------------:
| option | Array of object | Option list
| name | String | textarea name attribute

### v-validate:

```html
Lable


Error Text!

```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).