Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alijahanpak/vue-auto-complete-input
- Owner: alijahanpak
- Created: 2019-08-11T04:08:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T07:01:30.000Z (about 5 years ago)
- Last Synced: 2024-10-31T07:01:05.622Z (16 days ago)
- Language: Vue
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).