1.6.0 • Published 11 months ago

@slim-select/vue v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Slim Select Vue

slimselectjs.com

Vue integration for the SlimSelect

See the website for the best details on how to use the vue integration

NPM Downloads

Support

npm.io

Installation

npm install @slim-select/vue

Usage

import { defineComponent } from 'vue'
import SlimSelect from '@slim-select/vue'

export default defineComponent({
  components: {
    SlimSelect,
  },
})
<SlimSelect>
  <option value="1">Option 1</option>
  <option value="2">Option 2</option>
  <option value="3">Option 3</option>
</SlimSelect>

<SlimSelect multiple>
  <option value="1">Option 1</option>
  <option value="2">Option 2</option>
  <option value="3">Option 3</option>
</SlimSelect>
1.6.0

11 months ago

1.5.1

11 months ago

1.5.0

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.3.3

1 year ago

1.4.1

1 year ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago