1.4.2 • Published 2 years ago

vue3-bootstrap-select v1.4.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Vue 3 Bootstrap Select fully featured © IcoTech

Compatible with vue 3 and it's model Binding\ uses fuzzy-search as a peer dependency\ strictly type defined


Props

prop nametypedefaultrequired
optionsarray[]true
v-modelarray or objectnulltrue
searchablebooleantruefalse
disabledbooleanfalsefalse
rtlbooleanfalsefalse
inputLabelstring'choose'false
labelKeystring'title'false
valueKeystring'value'false
searchableKeysstring array'title','value'false
multiSelectbooleanfalsefalse
maximumShownnumber2false
multiSelectTextstring'selected'false
searchInputPlaceHolderstring'search...'false

Quick Start

for installation run the following command in terminal

npm i vue3-bootstrap-select

and register it in entry point of app creation with

app.use()

or

app.component()

Vue 3 Component generation guid for NPM

Install the vue-sfc-rollup package globally. We will use this to scaffold a minimal setup ready to be published to npm. For installation run the following command : npm install -g vue-sfc-rollup

After that, run sfc-init from the root of your project to generate the template.

sfc-init

You will be asked further question for generation of template.\ After generation of template go to the folder by running the following command

cd < package-name >

npm i

At the end Run the following npm script and publish to NPM:

npm run build

npm publish

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.0

3 years ago

1.3.7

3 years ago

1.2.8

3 years ago

1.3.6

3 years ago

1.2.7

3 years ago

1.3.5

3 years ago

1.2.6

3 years ago

1.3.4

3 years ago

1.2.5

3 years ago

1.3.3

3 years ago

1.2.4

3 years ago

1.3.2

3 years ago

1.2.3

3 years ago

1.3.1

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.9

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago