# @vaadin/grid A web component for showing tabular data. [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/grid) [![npm version](https://badgen.net/npm/v/@vaadin/grid)](https://www.npmjs.com/package/@vaadin/grid) ```html ``` [Screenshot of vaadin-grid](https://vaadin.com/docs/latest/components/grid) ## Installation Install the component: ```sh npm i @vaadin/grid ``` Once installed, import the components in your application: ```js import '@vaadin/grid'; import '@vaadin/grid/vaadin-grid-column-group.js'; import '@vaadin/grid/vaadin-grid-filter-column.js'; import '@vaadin/grid/vaadin-grid-selection-column.js'; import '@vaadin/grid/vaadin-grid-sort-column.js'; import '@vaadin/grid/vaadin-grid-tree-column.js'; ``` ## 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 Apache License 2.0 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.