0.2.3 • Published 4 years ago

vue-choice v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

6 years ago