🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue3-bootstrap-select

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-bootstrap-select

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

1.4.2
latest
npm
Version published
Weekly downloads
19
137.5%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 10 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts