Tedir Select is a Vue 3 & Web Component Custom SelectBox, ListBox, Taggable, etc.
npm install tedir-selectbash
npm install tedir-selector
yarn add tedir-select
`
Initialize it in the .vue file
`html
``#### Select box in string type
!String SelectBox
#### Select box in object type
!Object SelectBox
#### Select box in array of strings
!Array of Strings SelectBox
#### Select box in array of objects
!Array of Objects SelectBox
#### Combo box autocomplete in string and object
!ComboBox Autocomplete
#### List box in string, object, array of strings and array of objects
!ListBox