0.0.1-beta-8 • Published 3 months ago

tedir-select v0.0.1-beta-8

Weekly downloads
-
License
SEE LICENSE IN li...
Repository
github
Last release
3 months ago

Tedir Select

Tedir Select is a Custom SelectBox, Multiple ListBox, ComboBox Autocomplete, and Tags Input for Vue 3 and Web Components

Install & Usage

npm install tedir-select

or

yarn add tedir-select

Initialize it in the .vue file

<script setup>
import { ref, reactive } from 'vue'
import { SelectBox, ComboBox, ListBox, TagBox, CategoryBox } from 'tedir-select'

const stateRef = ref('')
const options = reactive(['Option One', 'Option Two', 'Option Three'])
</script>

<template>
  <SelectBox v-model="stateRef" :options="options" placeholder="-- Select Option --" :size="5" />
</template>

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

0.0.1-beta-8

3 months ago

0.0.1-beta-7

4 months ago

0.0.1-beta-6

6 months ago

0.0.1-beta-5

6 months ago

0.0.1-beta-2

6 months ago

0.0.1-beta-1

7 months ago

0.0.1-beta-4

6 months ago

0.0.1-beta-3

6 months ago

0.0.1-alpha-9

7 months ago

0.0.1-alpha-8

7 months ago

0.0.1-alpha-7

1 year ago

0.0.1-alpha-5

1 year ago

0.0.1-alpha-6

1 year ago

0.0.1-iron-3

1 year ago

0.0.1-iron-2

1 year ago

0.0.1-alpha-4

1 year ago

0.0.1-iron-1

2 years ago

0.0.1-stone-9

2 years ago

0.0.1-iron-0

2 years ago

0.0.1-stone-6

2 years ago

0.0.1-stone-7

2 years ago

0.0.1-stone-4

2 years ago

0.0.1-stone-5

2 years ago

0.0.1-stone-8

2 years ago

0.0.1-stone-2

2 years ago

0.0.1-stone-0

2 years ago

0.0.1-stone-1

2 years ago

0.0.1-wood-9

2 years ago

0.0.1-wood8

2 years ago

0.0.1-wood7

2 years ago

0.0.1-wood6

2 years ago

0.0.1-wood5

2 years ago

0.0.1-wood4

2 years ago

0.0.1-wood3

2 years ago

0.0.1-wood2

2 years ago

0.0.1-wood1

2 years ago