vaadin/vaadin-list-mixin

Name: vaadin-list-mixin

Owner: Vaadin

Description: Shared mixins for list-box and tabs

Created: 2017-10-16 10:02:51.0

Updated: 2018-04-18 11:07:17.0

Pushed: 2018-05-13 19:36:14.0

Homepage: null

Size: 243

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bower version Published on webcomponents.org Build Status Gitter

vaadin-list-mixin

vaadin-list-mixin is a mixin for nav elements, facilitating navigation and selection of childNodes.

Contributing
  1. Fork the vaadin-list-mixin repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vaadin-list-mixin directory, run npm install to install dependencies.

Running tests in browser
  1. Install polyserve: npm install -g polyserve

  2. When in the vaadin-list-mixin directory, run polyserve --open, browser will automatically open the component API documentation.

  3. You can also open in-browser tests by adding test to the URL, for example:

  4. http://127.0.0.1:8080/components/vaadin-list-mixin/test/index.html

Running tests from the command line
  1. Install web-component-tester: npm install -g web-component-tester

  2. When in the vaadin-list-mixin directory, run wct or npm test

Following the coding style

We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint, which will automatically lint all .js files as well as JavaScript snippets inside .html files.

Creating a pull request
License

Apache License 2.0


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.