gp-grid-logo

Installation

Install gp-grid-react in your project

Installation

Package Manager

Install gp-grid-react using your preferred package manager:

npm install gp-grid-react

Requirements

  • React 18 or higher
  • TypeScript 5.0+ (recommended)

Peer Dependencies

The package has the following peer dependencies that should be installed automatically:

  • react >= 18.0.0
  • react-dom >= 18.0.0

TypeScript

gp-grid is written in TypeScript and includes built-in type definitions. No additional @types packages are required.

import { Grid, type ColumnDefinition, type GridProps } from "gp-grid-react";

Next Steps

Once installed, check out the Basic Usage guide to create your first grid.

On this page