# @planview/pv-grid

React implementation of **Planview Design System** `Grid` following the [specification](https://design.planview.com/components/grid/grid-view).

Go to the [official documentation](https://planview-ds.github.io/react-pvds/?path=/docs/pv-grid-getting-started--docs) for more details

## Setup

You can install `@planview/pv-grid` in multiple ways:

-   With NPM

```sh
npm install @planview/pv-grid --save
```

-   With Yarn

```sh
yarn add @planview/pv-grid
```
