# Slider A draggable range control. Use it when you want the user to pick a numeric value within a range — volume, brightness, price range, font size. --- ## Quick example ```csharp new Slider( id: "volume", name: "volume", label: "Volume") ``` Defaults to a 0–100 range with a starting value of 50. --- ## All the options ```csharp public Slider( string id, string name = "", int min = 0, int max = 100, int step = 1, int value = 50, string label = "", string description = "", string extraClasses = "", string hxAttrs = "") ``` | Parameter | What it does | |---|---| | `id` | The element id. Also used by `