Table of Contents

MBSlider

Summary

A single thumb Material Slider.

Details

  • Two-way binds a decimal Value parameter;

  • Implements both continuous and discrete slider variants.

  • Emits events on:

    • Thumb-up;
    • Debounced, meaning that events are emitted once the slider stops moving, but before thumb-up; or
    • Throttled, so that events are emitted continuously as the slider is moved.
  • Debounce and throttle implemented in JS to avoid excessive/inefficient use of Blazor JSInterop.

  • ValueMin and ValueMax are set in OnInitialized and not in SetParameters

 

 

Components Docs