# @vaadin/dashboard

A responsive, grid-based dashboard layout component

> ℹ️&nbsp; A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Dashboard in your project.

[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/dashboard)

[![npm version](https://badgen.net/npm/v/@vaadin/dashboard)](https://www.npmjs.com/package/@vaadin/dashboard)

## Installation

Install the component:

```sh
npm i @vaadin/dashboard
```

Once installed, import the component in your application:

```js
import '@vaadin/dashboard';
```

## Contributing

Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

## License

This program is available under Vaadin Commercial License and Service Terms. For license terms, see LICENSE.

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