All Projects → gatanaso → multiselect-combo-box

gatanaso / multiselect-combo-box

Licence: Apache-2.0 license
A multi select combo box web component based on Polymer and the vaadin-combo-box

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to multiselect-combo-box

vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (-2.44%)
Mutual labels:  polymer, webcomponents, vaadin
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+43.9%)
Mutual labels:  polymer, webcomponents, vaadin
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (-36.59%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+285.37%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-63.41%)
Mutual labels:  polymer, webcomponents, vaadin
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (-29.27%)
Mutual labels:  polymer, webcomponents, vaadin
vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (-56.1%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+175.61%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+934.15%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+831.71%)
Mutual labels:  polymer, webcomponents, vaadin
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+112.2%)
Mutual labels:  polymer, webcomponents, vaadin
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-63.41%)
Mutual labels:  polymer, webcomponents, vaadin
Lrnwebcomponents
@lrnwebcomponents Monorepo for NPM based element definitions
Stars: ✭ 166 (+304.88%)
Mutual labels:  polymer, webcomponents
web-components
A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
Stars: ✭ 322 (+685.37%)
Mutual labels:  webcomponents, vaadin
iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
Stars: ✭ 51 (+24.39%)
Mutual labels:  polymer, webcomponents
Origami
Angular + Polymer
Stars: ✭ 158 (+285.37%)
Mutual labels:  polymer, webcomponents
vaadin-select
Customizable Web Component similar to a native browser select. Part of the Vaadin components.
Stars: ✭ 18 (-56.1%)
Mutual labels:  webcomponents, vaadin
toggle-icon
toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.
Stars: ✭ 21 (-48.78%)
Mutual labels:  polymer, webcomponents
polytimer
polytimer.rocks
Stars: ✭ 24 (-41.46%)
Mutual labels:  polymer, webcomponents
paper-chip
A chip web component made with Polymer 2 following Material Design guidelines
Stars: ✭ 30 (-26.83%)
Mutual labels:  polymer, webcomponents

Published on Vaadin  Directory Stars on vaadin.com/directory Tests

<multiselect-combo-box>

A multiselect combo box web component compatible with the Vaadin Web Components

Demo | Material Theme Demo

Getting started

Install the multiselect-combo-box:

npm install multiselect-combo-box --save

Once installed, import in your applicaiton:

import 'multiselect-combo-box/multiselect-combo-box.js';

Add to your page:

<multiselect-combo-box label="Select items"></multiselect-combo-box>

For more usage examples, see the demo.

Project setup

  1. Fork the multiselect-combo-box repository and clone it locally.
  2. Make sure you have npm (packaged with Node.js) installed locally.
  3. To install the element's dependencies, in the multiselect-combo-box directory, run: npm install

Running the project locally

To perform linting, run the tests and automatically open the demo page, run:

npm run start

Branch information

  • master the latest version of the multiselect-combo-box
  • polymer-2 the Polymer 2.x version of the multiselect-combo-box which is not maintained anymore.

Java API

The Vaadin Flow Java compatible version of this component is available on the Vaadin Directory and GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].