Popularity
3.7
Growing
Activity
8.7
Growing
1,083
19
200
Description
Slim vanilla javascript select dropdown
See the docs for more details
Monthly Downloads: 0
Programming language: TypeScript
License: MIT License
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.
-
bootstrap-select
:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. -
selectize.js (old)
Selectize is the hybrid of a textbox and select box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. -
jquery multi-select
A user-friendlier drop-in replacement for the standard select with multiple attribute activated. -
Ajax Bootstrap Select
This uses the bootstrap-select plugin and extends it so that you can use a remote source to search.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Slim Select or a related project?
README
Slim Select
slimselectjs.com
Slim advanced select dropdown
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