Popularity
3.5
Growing
Activity
7.8
Growing
976
20
189

Description

Slim vanilla javascript select dropdown

See the docs for more details

Monthly Downloads: 0
Programming language: Vue
License: MIT License
Tags: Form Widgets     Select     Multiselect     Dropdown     Vanillajs     Search     Slim     Vanilla    
Latest version: v1.26.0

Slim Select alternatives and similar libraries

Based on the "Select" category.
Alternatively, view Slim Select alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Slim Select or a related project?

Add another 'Select' Library

README

Slim Select

slimselectjs.com

Slim advanced select dropdown

Build Status NPM Downloads

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

Features

  • No Dependencies
  • JS: 35.4kb - 9kb gzip
  • CSS: 6.09kb - 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

Browsers

  • IE 11+
  • Edge 13+
  • Chrome 30+
  • FireFox 25+
  • Opera 25+
  • Safari 9+

Installation

npm install slim-select

or

<script src="https://cdnjs.cloudflare.com/ajax/libs/slim-select/<version>/slimselect.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slim-select/<version>/slimselect.min.css"> 

Usage

import SlimSelect from 'slim-select'

new SlimSelect({
  select: '#slim-select'
})

Testing

Browser testing has been provided by