<p align="center"> <a href="https://ve-selectlist.lineitsolutions.com" target="_blank"> <img src="https://res.cloudinary.com/dzxbbqq4l/image/upload/v1698407360/cooltext446036587299255_xfxwln.png" width="200" title="Go to website"> </a> </p>
npm install ve-selectlist- List Data: List Array Of Data in Dropdown Wirt Filtering.
- Flag API: You Can Only Return Data With Countries & iso & ve-selectlist put all images with iso from flag api.
- Value Tracking: You Can return to users name and send any value to api like id easy...
- With Image: You Can return to users name and image easly...
- Multiselect: You Can multiselect Uploaded Soon...
``shInstall with yarn
yarn add ve-selectlist
$3
`sh
in your file.vue add component & stylesheet
import VueSelectList from 've-selectlist';
import "ve-selectlist/dist/VueSelectList.css"
`$3
`vue
:data="users"
optionText="user_name"
title="Select User"
@update="onCategriesUpdate"
/>
``