We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df15056 commit 82095edCopy full SHA for 82095ed
components/dialog/predefined.md
@@ -14,6 +14,8 @@ Telerik UI for Blazor provides styled substitutes to the standard confirm, alert
14
15
To use these dialogs, receive a cascading parameter of type `Telerik.Blazor.DialogFactory`. It exposes the methods you can use in your method calls.
16
17
+<div class="skip-repl"></div>
18
+
19
````CSHTML
20
[CascadingParameter]
21
public DialogFactory Dialogs { get; set; }
0 commit comments