Skip to content

stevew25/combobox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

combobox

A lightweight selectbox replacement. Built entirely with components, no jQuery or other frameworks. Comes with search functionality, keyboard navigation and other cool stuff.

combobox component

Installation

$ component install eivindfjeldstad/combobox

Example

var Combo = require('combobox');
var combo = Combo({ search: true });

combo.group('Group 1')
  .add(1, 'Option 1')
  .add(2, 'Option 2');
  
combo.appendTo(document.body);

API

TODO

TODO

Make it easier to replace existing select elements

License

MIT

About

Lightweight select box replacement

Resources

Stars

Watchers

Forks

Packages

No packages published