<p align="center"> <img width="186" height="90" src="https://user-images.githubusercontent.com/218949/44782765-377e7c80-ab80-11e8-9dd8-fce0e37c235b.png" alt="Beyonk" /> </p>
npm install @beyonk/svelte-slim-select

 
Svelte ready Select component which is built upon Slim Select
To run a demo, check this project out and run npm run dev
``bash`
npm i -D @beyonk/svelte-slim-select
`js
import SlimSelect from '@beyonk/svelte-slim-select'
import 'slim-select/dist/slimselect.css' // or from a cdn as per slim-select docs.
export default {
components: {
Carousel,
Slide
}
}
`
`jsx
`
To make your life easy, all component options are those directly from http://slimselectjs.com/options.
You have two events:
* on:change relates to SlimSelect's onChange eventon:beforeChange
* relates to SlimSelect's beforeOnChange event
`jsx`
You can create a multi-select by sending the multiple: true property to the component:
`jsx``
Huge thanks to Nick A Walsh for his original carousel, Rich Harris for his immense work on Svelte, and Stu Plumbley for his limitless flexbox expertise.