Skip to content

icetart-group/vue-bigtext-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vue-bigtext-select

Vue select for big text option

Install

Register the component

<link rel="stylesheet" href="vue-bigselect.css">
<script src="vue-bigselect.js"></script>

You may now use the component in your markup

<v-bigselect v-model="id" :options="lists" :id="'id'" :text="'name'"/>

Usage

v-bigselect requires the options prop to be an array of objects. To specify which text will display it must be on text property and the id property to know which one will be returned by v-model.

About

Vue select for big text option

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published