Add game header (#5)
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace GameIdeas.BlazorApp.Shared.Components.SliderRange;
|
||||
|
||||
public class SliderRangeParams
|
||||
{
|
||||
public int Min{ get; set; }
|
||||
public int Max { get; set; }
|
||||
public int ValueMin { get; set; }
|
||||
public int ValueMax { get; set; }
|
||||
public int Gap { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user