0.2.3 • Published 5 years ago

vue-choice v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

7 years ago