Skip to content

Commit

Permalink
docs: update how to add Clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Jul 17, 2024
1 parent c4a1be5 commit 10959c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TUTORIALS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ npm install @cds/core@<version> @clr/angular@<version> @clr/ui@<version>
})
export class AppModule { }
```

- Set Clarity Theme (index.html)
```
<body cds-theme="light" />
```
- For more information see [Adding Clarity to an Angular project](https://clarity.design/documentation/get-started#seedProjectAngular)


Expand Down

0 comments on commit 10959c4

Please sign in to comment.