Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grouprise/vue-choice

a vue select/choice component that strives for native-select compatibility
https://github.com/grouprise/vue-choice

choices forms vue vue2

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# vue-choice

[![NPM version](https://img.shields.io/npm/v/vue-choice.svg?style=flat)](https://npmjs.com/package/vue-choice) [![NPM downloads](https://img.shields.io/npm/dm/vue-choice.svg?style=flat)](https://npmjs.com/package/vue-choice) [![CircleCI](https://circleci.com/gh/kmohrf/vue-choice/tree/master.svg?style=shield)](https://circleci.com/gh/kmohrf/vue-choice/tree/master)

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

## Install

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

CDN: [UNPKG](https://unpkg.com/vue-choice/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue-choice/) (available as `window.VueChoice`)

## Usage

```vue

import Choice from 'vue-choice'

export default {
components: {
Choice
}
}

```

## License

MIT © [Konrad Mohrfeldt](https://github.com/kmohrf)