Skip to content

Commit 093dbb8

Browse files
committed
doc: 增加 ZIndex 参数文档
1 parent f372e89 commit 093dbb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/Drawers.razor.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ private static AttributeItem[] GetAttributes() =>
157157
DefaultValue = " — "
158158
},
159159
new()
160+
{
161+
Name = "ZIndex",
162+
Description = "sets the z-order",
163+
Type = "int?",
164+
ValueList = " — ",
165+
DefaultValue = " — "
166+
},
167+
new()
160168
{
161169
Name = nameof(Drawer.OnCloseAsync),
162170
Description = "The callback when close drawer",

0 commit comments

Comments
 (0)