From 3ab94de103d03ce305da4f88a8c33a068196273b Mon Sep 17 00:00:00 2001 From: Christophe Peugnet Date: Mon, 9 Jan 2023 11:13:57 +0100 Subject: [PATCH] #12 --- readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f71cdf1..b1edd86 100644 --- a/readme.md +++ b/readme.md @@ -167,8 +167,20 @@ Since the project has been defined as accepting nullables, it is recommended to public IConnectionManager Connection { get; set; } = default!; ``` +## 🔸Align the attributes - +To Improve reading in a razor page, align all attributes of Blazor Component or HTML Tags : +``` + + +``` +Discussion via [issue #12](https://github.com/Apps72/BlazorGuidelines/issues/12) # ❔How it works and how to contribute?