Installation

There are two methods of installing the @reveraie/datagrid package:

Using a Package Manager

You can install @reveraie/datagrid as a dependency using your favorite package manager, for example:

npm install @reveraie/datagrid

Manual Deployment

Alternatively, you can use a shadcn-style deployment by copying the source files from https://github.com/reveraie/datagrid/tree/main/packages/datagrid/src into your components folder.

The grid has zero dependencies, making it ideal for customization and integration into your project.