+
+
+
+
+
+ Create "@(context)"
+
+
+
+
+
+@code {
+ [Parameter]
+ public string? Id { get; set; }
+
+ // Label Property
+ [Parameter, EditorRequired]
+ public string LabelText { get; set; } = string.Empty;
+
+ [Parameter, EditorRequired]
+ public string TooltipText { get; set; } = string.Empty;
+
+ // Bind Property
+ [Parameter]
+ public IEnumerable