Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

vaadin/vaadin-element-skeleton

Repository files navigation

<vaadin-component>

<vaadin-component> is a Web Component providing <component-functionality>, part of the Vaadin components.

Live Demo ↗ | API documentation ↗

npm version Published on webcomponents.org Build Status Coverage Status Gitter Published on Vaadin Directory Stars on vaadin.com/directory

<vaadin-component>
  ...
</vaadin-component>

Screenshot of vaadin-component

Installation

Install vaadin-component:

npm i @vaadin/vaadin-component --save

Once installed, import it in your application:

import '@vaadin/vaadin-component/vaadin-component.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The component with the Lumo theme:

    theme/lumo/vaadin-component.js

  • The component with the Material theme:

    theme/material/vaadin-component.js

  • Alias for theme/lumo/vaadin-component.js:

    vaadin-component.js

Running demos and API docs in a browser

  1. Fork the vaadin-component repository and clone it locally.

  2. Make sure you have npm installed.

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

  4. Run npm start, browser will automatically open the component API documentation.

Running tests from the command line

  • When in the vaadin-component directory, run npm test

  • To debug tests in the browser, run npm run test:debug

Following the coding style

We are using ESLint for linting TypeScript code. You can check if your code is following our standards by running npm run lint, which will automatically lint all .ts files.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.