vue-choice

0.2.3 • Public • Published

vue-choice

NPM version NPM downloads CircleCI

a vue select/choice component that strives for native-select compatibility

Install

// with npm
npm install vue-choice
// with yarn
yarn add vue-choice

CDN: UNPKG | jsDelivr (available as window.VueChoice)

Usage

<template>
  <Choice></Choice>
</template>
 
<script>
  import Choice from 'vue-choice'
 
  export default {
    components: {
      Choice
    }
  }
</script>

License

MIT © Konrad Mohrfeldt

Readme

Keywords

none

Package Sidebar

Install

npm i vue-choice

Weekly Downloads

21

Version

0.2.3

License

MIT

Unpacked Size

164 kB

Total Files

12

Last publish

Collaborators

  • kmohrf