Popularity
2.6
Growing
Activity
5.9
Growing
507
17
100
Description
Slim vanilla javascript select dropdown
See the docs for more details
Monthly Downloads: 0
Programming language: Vue
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
๐ 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.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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
- 20kb - 5kb 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