Slim Select

Slim advanced select dropdown

README

Slim Select 2


slimselectjs.com


Advanced select dropdown

Build Status
NPM Downloads

Support


undefined

Buy Me A Coffee

For documentation and examples on all features see: http://slimselectjs.com

undefined

Features


- No Dependencies
- JS: 29kb - 5kb gzip
- CSS: 7kb - 1kb gzip
- Single Select
- Multi Select
- User Addable Options
- Html Options
- Settable Data
- Callback Events
- Placeholders
- Search
- Disable Options
- Light CSS
- Light Color Scheme
- Style and Class Inheritance
- Clean Animations
- Performant
- Typescript

Frameworks


- Vue

Installation


  1. ```bash
  2. npm install slim-select
  3. ```

or


  1. ```html
  2. <script src="https://unpkg.com/slim-select@latest/dist/slimselect.min.js"></script>
  3. <link rel="stylesheet" href="https://unpkg.com/slim-select@latest/dist/slimselect.css" />
  4. ```

Usage


  1. ```javascript
  2. import SlimSelect from 'slim-select'

  3. new SlimSelect({
  4.   select: '#slim-select',
  5. })
  6. ```