Skip to content

tibi2303/slim-select

 
 

Repository files navigation

Slim Select 2

slimselectjs.com

Advanced select dropdown

Build Status NPM Downloads

Support

Buy Me A Coffee

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

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

npm install slim-select

or

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

Usage

import SlimSelect from 'slim-select'

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

About

Slim advanced select dropdown

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 50.7%
  • TypeScript 37.7%
  • SCSS 8.9%
  • JavaScript 1.4%
  • HTML 1.2%
  • Go 0.1%