Skip to content

Installation

Install the package

Terminal window
npm install strata-grid

Peer dependencies

Strata requires React 18 or later:

Terminal window
npm install react@>=18 react-dom@>=18

Import the stylesheet

The base stylesheet is required:

import 'strata-grid/styles.css';

Optional theme files expose the token reset and dark theme:

import 'strata-grid/theme/tokens.css';
import 'strata-grid/theme/dark.css';

TypeScript

Strata ships its own type definitions. No separate @types package is needed.