SkillAgentSearch skills...

Grid

Declarative React Canvas Grid primitive for Data table, Pivot table and more :boom:

Install / Use

/learn @rowsncolumns/Grid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Rows n' Columns

React Components for Tabular data.

MIT license Build Status

This monorepo contains

  1. Grid - MIT Licensed Declarative Canvas Grid. Refer to Storybook for all demos.

Local development

The monorepo is managed using lerna and yarn workspaces. To get started

  1. Clone the repository to rowsncolumns directory
git clone https://github.com/rowsncolumns/grid.git rowsncolumns
  1. Install npm dependencies using yarn
// Switch to the new directory
cd rowsncolumns

// Install all dependencies
yarn
  1. Compile typescript files to Javascript
yarn build

Run storybook

yarn storybook

And open http://localhost:9002/ in Chrome

All stories are located in packages/storybook directory

Watch and compile typescript

yarn build:watch
View on GitHub
GitHub Stars630
CategoryDevelopment
Updated18d ago
Forks87

Languages

TypeScript

Security Score

85/100

Audited on Mar 13, 2026

No findings