New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

extended-listbox

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-listbox

A simple to use javascript component as powerful alternative to the HTML <select> tag

Source
npmnpm
Version
4.0.2
Version published
Weekly downloads
28
366.67%
Maintainers
1
Weekly downloads
 
Created
Source

Extended Listbox

Travis NPM David David Greenkeeper badge

Extended Listbox is a simple to use javascript component as powerful alternative to the HTML <select> tag. The main problem of <select> tag is that last one isn’t flexible for customization with CSS. Extended Listbox solves this problem. This component creates a list structure based on <div> tags. The configuration is completely in JavaScript. It opens up great possibilities for customization. No jquery is needed.

In addition, this component provides other useful features like a search bar or grouped items.

Supported Browsers

  • IE 11
  • Edge latest
  • Chrome latest
  • Firefox latest

Installation

Install with NPM:

npm install extended-listbox

TypeScript definitions are included in the npm package.

Usage

Link the component and a stylesheet from your page.


<!-- include javascript and stylesheet -->
<link href="/path/to/extended-listbox.css" rel="stylesheet">
<script src="/path/to/extended-listbox.js"></script>

Size

TypeSize
Uncompressed, not minified31,3 KB
Uncompressed, minified13,5 KB
Compressed (gzip), not minified5,3 KB
Compressed (gzip), minified3,5 KB

Documentation

License

Changelog

Roadmap

Keywords

listbox

FAQs

Package last updated on 05 Jan 2018

Related posts