Home

Awesome

Blazor-Knob

Knob control for Blazor

Install-Package Knob

<p align="center"> <a href="https://vue3openlayers.netlify.app/" target="_blank" title="Vue OpenLayers Homepage"> <img src="https://raw.githubusercontent.com/MelihAltintas/Blazor-Knob/main/knob.png"><br /> </a> </p>

Properties

OptionTypeDescriptionDefault
ValueNumberUse the value attribute to set the value of the controlnone
MinNumberMinimum value of the control0
MaxNumberMaximum value of the control100
StepNumberSmallest increment the value can change by1
DisabledBooleanSet to true to disable the knobfalse
ReadOnlyBooleanSet to true to readonly the knobfalse
ShowValueBooleanSet to false to hide the valuetrue
SizeNumberVisual size of the control in px (or % if responsive is true)100
ValueColorStringColor of the value arc#409eff
RangeColorStringColor of the range#dcdfe6
TextColorStringColor of the value text#000000
StrokeWidthNumberThickness of the arcs17