Skip to content

Commit aab4ee7

Browse files
committed
update docs to mention theme
1 parent 9024b95 commit aab4ee7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎libs/gridjs-angular/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ class ExampleComponent {
6868
}
6969
```
7070

71+
Finally don't forget to add gridjs theme in your index.html
72+
73+
```html
74+
<link
75+
href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css"
76+
rel="stylesheet"
77+
/>
78+
```
79+
7180
## Inputs
7281

7382
- You can pass all Grid.js configs to the `<gridjs-angular>` component as inputs. See [Grid.js Config](https://gridjs.io/docs/config) for more details.

0 commit comments

Comments
 (0)