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 f372e89 commit 093dbb8Copy full SHA for 093dbb8
src/BootstrapBlazor.Server/Components/Samples/Drawers.razor.cs
@@ -157,6 +157,14 @@ private static AttributeItem[] GetAttributes() =>
157
DefaultValue = " — "
158
},
159
new()
160
+ {
161
+ Name = "ZIndex",
162
+ Description = "sets the z-order",
163
+ Type = "int?",
164
+ ValueList = " — ",
165
+ DefaultValue = " — "
166
+ },
167
+ new()
168
{
169
Name = nameof(Drawer.OnCloseAsync),
170
Description = "The callback when close drawer",
0 commit comments