eQuantic.UI Documentation

Component

Slider

Range selector for numeric inputs.

Usage Example

new Slider(0, 100).WithValue(50);

Properties

PropertyDescription
minMinimum allowed value.
maxMaximum allowed value.
stepGranularity of value changes.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.