Skip to content

Commit

Permalink
(Divider): mark the Height property as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed May 13, 2024
1 parent 7055aed commit 5ecfd81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public partial class BDivider : BDomComponentBase, IThemeable
public RenderFragment? ChildContent { get; set; }

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

[Parameter]
Expand Down

0 comments on commit 5ecfd81

Please sign in to comment.