+ @AvatarContent
+
+
+
+ @Name
+
+
+
+ @if ( DescriptionContent is not null )
+ {
+ @DescriptionContent
+ }
+ else
+ {
+ @Description
+ }
+
+
+
\ No newline at end of file
diff --git a/src/LumexUI/Components/User/LumexUser.razor.cs b/src/LumexUI/Components/User/LumexUser.razor.cs
new file mode 100644
index 00000000..190791ac
--- /dev/null
+++ b/src/LumexUI/Components/User/LumexUser.razor.cs
@@ -0,0 +1,78 @@
+// Copyright (c) LumexUI 2024
+// LumexUI licenses this file to you under the MIT license
+// See the license here https://github.com/LumexUI/lumexui/blob/main/LICENSE
+
+using System.Diagnostics.CodeAnalysis;
+
+using LumexUI.Common;
+using LumexUI.Utilities;
+
+using Microsoft.AspNetCore.Components;
+
+namespace LumexUI;
+
+///