Installation
Install the package
npm install strata-gridpnpm add strata-gridyarn add strata-gridPeer dependencies
Strata requires React 18 or later:
npm install react@>=18 react-dom@>=18Import 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.