0.0.8 • Published 2 years ago

@beaubus/custom-select-for-vue v0.0.8

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

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

npm.io

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

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago