vue-choice
v0.2.3
Published
a vue select/choice component that strives for native-select compatibility
Downloads
33
Readme
vue-choice
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