<vaadin-component> is a Web Component providing <component-functionality>, part of the Vaadin components.
Live Demo ↗ | API documentation ↗
<vaadin-component>
...
</vaadin-component>
Install vaadin-component
:
npm i @vaadin/vaadin-component --save
Once installed, import it in your application:
import '@vaadin/vaadin-component/vaadin-component.js';
Vaadin components use the Lumo theme by default.
To use the Material theme, import the correspondent file from the theme/material
folder.
-
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
-
Fork the
vaadin-component
repository and clone it locally. -
Make sure you have npm installed.
-
When in the
vaadin-component
directory, runnpm install
to install dependencies. -
Run
npm start
, browser will automatically open the component API documentation.
-
When in the
vaadin-component
directory, runnpm test
-
To debug tests in the browser, run
npm run test:debug
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.
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.
To contribute to the component, please read the guideline first.
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.