1.

What Is Angular Material Sliders?

Answer»

The md-slider, an Angular directives is used to show a range component. It has two modes:

  • normal - User can slide between WIDE range of values. Default.
  • discrete - User can slide between SELECTED values. To enable discrete mode use md-discrete and STEP attributes.

Attributes

  1. md-discrete: Whether to enable discrete mode.
  2. step: The distance between values the user is allowed to pick. Default 1.
  3. min: The minimum value the user is allowed to pick. Default 0.
  4. max: The maximum value the user is allowed to pick. Default 100.

The md-slider, an Angular directives is used to show a range component. It has two modes:

Attributes



Discussion

No Comment Found