# Elements

Blazor Edition provides a set of native UI controls built for Blazor such as FlexGrid, Chart, ListView, and input controls including AutoComplete and ComboBox.

## Content



RangeSlider comprises various elements such as a slider track, range track, lower value thumb, and upper value thumb as shown in the following image.

![RangeSlider elements](https://cdn.mescius.io/document-site-files/images/f5b600ba-f1a7-4f89-a20c-aa6c0c35880d/images/rangeslider-elements.png)

Each element of the RangeSlider control is described below:

*   **Slider Track**: Represents the track showing the minimum and maximum possible values for the range.
*   **Range Track**: Represents the track showcasing the range of values between the lower and upper magnitudes.
*   **Upper Value Thumb**: Represents the current lower magnitude of the range control.
*   **Lower Value Thumb**: Represents the current upper magnitude of the range control.