Skip to content

Commit 7bd0b02

Browse files
authored
(Divider): mark the Height property as obsolete (#619)
1 parent 83da57d commit 7bd0b02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Component/BlazorComponent/Components/Divider/BDivider.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public partial class BDivider : BDomComponentBase, IThemeable
1111
public RenderFragment? ChildContent { get; set; }
1212

1313
[Parameter]
14+
[Obsolete("This parameter is little usefulness, it will be removed in the future.")]
1415
public int Height { get; set; }
1516

1617
[Parameter]

0 commit comments

Comments
 (0)