@swisspost/design-system-theme-ag-grid
v10.0.1
Published
The Swiss Post Design System theme for AG Grid
Readme
Swiss Post Theme AG Grid
Swiss Post theme for the AG Grid library
Documentation
- Technical docs: Swiss Post Design System
Installation
Install the Theme AG Grid package
npm install @swisspost/design-system-theme-ag-gridUsage
To use the theme, simply import it from the package and use it within the grid options of your table.
import { swissPostTheme } from '@swisspost/design-system-theme-ag-grid';
myOptions: GridOptions = {
theme: swissPostTheme,
};