JSPM

@vaadin/vaadin-list-mixin

2.1.0-alpha1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14702
  • Score
    100M100P100Q155077F
  • License Apache-2.0

vaadin-list-mixin

Package Exports

  • @vaadin/vaadin-list-mixin
  • @vaadin/vaadin-list-mixin/vaadin-list-mixin.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin/vaadin-list-mixin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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:

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

  • Make sure your code is compliant with our code linters: gulp lint
  • Check that tests are passing: npm test
  • Submit a pull request with detailed title and description
  • Wait for response from one of Vaadin Elements team members

License

Apache License 2.0