Skip to content

beaubus/custom-select-for-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm downnloads count MIT    Twitter Follow

Simple unstyled custom select component for Vue.js 3 with v-model and support of @focusout event


Installation

npm i @beaubus/custom-select-for-vue

Usage

import {CustomSelect} from '@beaubus/custom-select-for-vue';

<CustomSelect label="Country"
              v-model="country"
              :options="countries"
></CustomSelect>

Styling

Select: .cs-input

Select label: .cs-input label

Select options: .cs-options

Select option: .cs-options div

About

Simple unstyled custom select component with v-model and support of @focusout event

Resources

License

Stars

Watchers

Forks

Packages

No packages published