We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f01d5a commit 7f68e2eCopy full SHA for 7f68e2e
src/BootstrapBlazor.Server/Components/Samples/Logouts.razor.cs
@@ -21,6 +21,14 @@ private static AttributeItem[] GetAttributes() =>
21
DefaultValue = " — "
22
},
23
new()
24
+ {
25
+ Name = nameof(Logout.AvatarRadius),
26
+ Description = "登出组件当前用户头像圆角半径",
27
+ Type = "string",
28
+ ValueList = " — ",
29
+ DefaultValue = " — "
30
+ },
31
+ new()
32
{
33
Name = nameof(Logout.DisplayName),
34
Description = "登出组件当前用户显示文字",
0 commit comments