Skip to content

Commit

Permalink
Merge pull request #115 from siemens/docs/fix-aggrid-docs
Browse files Browse the repository at this point in the history
docs(aggrid): add installation instruction
  • Loading branch information
danielleroux committed Nov 4, 2022
2 parents 46a909e + 7b37fc2 commit 67ff008
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/documentation/docs/controls/grid/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ Follow the offical AG Grid [installation instruction](https://www.ag-grid.com/ja

### Siemens iX theme for AG Grid

Install the `@siemens/ix-aggrid` package.

```shell
npm install @siemens/ix-aggrid
```

and apply the style file in one of your project's style files e.g. styles.scss

```scss
@import '@siemens/ix-aggrid/dist/ix-aggrid/ix-aggrid.css';
```

Siemens iX theming for AG Grid (`ag-theme-ix`) is based on `ag-theme-alpine-dark`.
Therefore it is vital to apply the two CSS theme classes in the correct order:

Expand Down

0 comments on commit 67ff008

Please sign in to comment.