1.0.7 • Published 12 months ago

combobox-component v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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
1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago