Giter Site home page Giter Site logo

ruthstocks / multiselect-combo-box Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gatanaso/multiselect-combo-box

0.0 0.0 0.0 121 KB

A multi select combo box web component based on Polymer and the vaadin-combo-box

License: Apache License 2.0

JavaScript 49.41% HTML 50.59%

multiselect-combo-box's Introduction

Published on webcomponents.org Published on Vaadin  Directory Build Status codecov Stars on vaadin.com/directory

<multiselect-combo-box>

A multiselect combo box web component based on Polymer and the vaadin-combo-box.

Compatible with the core set of Vaadin Components.

Getting started

Polymer 3 (npm)

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>

Polymer 2.x (bower)

Install the multiselect-combo-box:

bower install --save gatanaso/multiselect-combo-box

Once installed, import in your applicaiton:

<link rel="import" href="bower_components/multiselect-combo-box/multiselect-combo-box.html">

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 the Polymer CLI and npm (packaged with Node.js) installed locally.
  3. To install the element's dependencies, in the multiselect-combo-box directory, run: npm install
    • if using the Polymer 2.x version, also run: bower 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 (Polymer 3) version of the multiselect-combo-box
  • polymer-2 the Polymer 2.x version of the multiselect-combo-box

Java API

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

multiselect-combo-box's People

Contributors

gatanaso avatar aspan avatar rolfsmeds avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.