All Projects → brianvoe → Slim Select

brianvoe / Slim Select

Licence: mit
Slim advanced select dropdown

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Slim Select

Autocomplete
🔮 Fast and full-featured autocomplete library
Stars: ✭ 1,268 (+145.26%)
Mutual labels:  search, select, dropdown
Vanilla Select
Standalone replacement for select boxes.
Stars: ✭ 12 (-97.68%)
Mutual labels:  search, select, dropdown
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (+563.06%)
Mutual labels:  search, dropdown, vanilla-javascript
React Select Search
⚡️ Lightweight select component for React
Stars: ✭ 379 (-26.69%)
Mutual labels:  search, select, dropdown
hierarchy-select
Hierarchy Select jQuery Plugin for Twitter Bootstrap
Stars: ✭ 40 (-92.26%)
Mutual labels:  select, dropdown
frontal
An Angular select/dropdown component
Stars: ✭ 20 (-96.13%)
Mutual labels:  select, dropdown
mithril-select
Custom Select Component for Mithril.js
Stars: ✭ 14 (-97.29%)
Mutual labels:  select, dropdown
Autocomplete
Accessible autocomplete component for vanilla JavaScript and Vue.
Stars: ✭ 277 (-46.42%)
Mutual labels:  search, vanilla-javascript
react-multi-select-component
Lightweight (~5KB gzipped) multiple selection dropdown component
Stars: ✭ 279 (-46.03%)
Mutual labels:  select, dropdown
tom-select
Tom Select is the hybrid of a textbox and select box. Forked from selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Useful for tagging, contact lists, etc.
Stars: ✭ 520 (+0.58%)
Mutual labels:  select, vanilla-javascript
Ionic Selectable
An Ionic-based versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, create items, customize the layout with templates and much more.
Stars: ✭ 459 (-11.22%)
Mutual labels:  search, select
react-functional-select
Micro-sized & micro-optimized select component for React.js
Stars: ✭ 165 (-68.09%)
Mutual labels:  select, dropdown
react-native-select-pro
React Native dropdown (select) component developed by Mobile Reality
Stars: ✭ 79 (-84.72%)
Mutual labels:  select, dropdown
vue-single-select
single select dropdown with autocomplete
Stars: ✭ 43 (-91.68%)
Mutual labels:  select, dropdown
react-native-select-dropdown
react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
Stars: ✭ 156 (-69.83%)
Mutual labels:  select, dropdown
Material Ui Superselectfield
multiselection autocomplete dropdown component for Material-UI
Stars: ✭ 260 (-49.71%)
Mutual labels:  select, dropdown
Easydropdown
A lightweight library for building beautiful styleable <select> elements
Stars: ✭ 337 (-34.82%)
Mutual labels:  select, dropdown
React Dropdown Tree Select
Lightweight, accessible, customizable and fast Dropdown Tree Select component for React
Stars: ✭ 345 (-33.27%)
Mutual labels:  select, dropdown
choc-autocomplete
🏇 Autocomplete Component Package for Chakra UI
Stars: ✭ 286 (-44.68%)
Mutual labels:  select, dropdown
insect
🛠 Highly customisable, minimalistic input x select field for React.
Stars: ✭ 33 (-93.62%)
Mutual labels:  select, dropdown

Slim Select

slimselectjs.com

Slim advanced select dropdown

Build Status NPM Downloads

Buy Me A Coffee

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].