From 10959c487ec289d19b9900fea5e7d3aed2e3f2c3 Mon Sep 17 00:00:00 2001 From: Mathias Boeck Date: Wed, 17 Jul 2024 14:57:39 +0200 Subject: [PATCH] docs: update how to add Clarity --- TUTORIALS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TUTORIALS.md b/TUTORIALS.md index 93b4702a..42acd1a7 100644 --- a/TUTORIALS.md +++ b/TUTORIALS.md @@ -53,6 +53,11 @@ npm install @cds/core@ @clr/angular@ @clr/ui@ }) export class AppModule { } ``` + +- Set Clarity Theme (index.html) +``` + +``` - For more information see [Adding Clarity to an Angular project](https://clarity.design/documentation/get-started#seedProjectAngular)