combobox-component

1.0.7 • Public • Published

ComboBoxComponent

GitHub package.json version

Description

ComboBoxComponent is a very lightweight (just over 7KB) and dependency-free web component written in pure JavaScript. See the online demo.

Combo box

Motivation

The same motivation as always: I needed a component that didn't require any heavy dependencies. I didn't find anything that met all my needs, so I developed mine.

Compatibility

All desktop/mobile recent browsers.

Build

To compile ComboBoxComponent by yourself, make sure that you have Node.js installed, then:

  1. Fork and clone the GitHub repository.
  2. From the command line go to the local ComboBoxComponent folder.
  3. Run npm install and wait for the necessary modules installation. Webpack will be installed, look at the other dev dependencies in the package.json file.
  4. The npm run dev command opens a new browser window for developing purposes, npm run build compiles in dist folder.
  5. The npm run jsdoc command generates the code documentation in docs folder.

That's it!

Do you use ComboBoxComponent?

Let me know with a link if you've used ComboBoxComponent in some interesting way, or on a popular site.

Links

  1. Online demo
  2. Changelog

Package Sidebar

Install

npm i combobox-component

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

31.5 kB

Total Files

7

Last publish

Collaborators

  • marcellosurdi