Material Components
Material Components are modular, meaning developers can pick and choose specific UI elements (such as buttons, cards, text fields) based on their application's requirements. This modularity enhances flexibility and allows for easy integration into existing projects.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Material Slider component in AB allows users to select a value within a range using a visual slider. It provides events that trigger on position changes and touch interactions (start, stop, down, up). Methods are available to set the slider's label, margin, and padding. The component offers extensive customization through properties, including colors for the left and right sides of the slider, the thumb, and the "holo" color, as well as the ability to adjust the height and width as percentages. The component also allows control over the min/max values, step size, thumb visibility, and position.
Overview
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | position | number | |
2 | fromUser | boolean |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | number | |
2 | top | number | |
3 | right | number | |
4 | bottom | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | number | |
2 | top | number | |
3 | right | number | |
4 | bottom | number |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ColorLeft | color | |
2 | ColorLeft | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ColorRight | color | |
2 | ColorRight | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | percentage | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | percentage | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | color | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MaxValue | number | |
2 | MaxValue | number | 100 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MinValue | number | |
2 | MinValue | number | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | StepSize | number | |
2 | StepSize | number | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbColor | color | |
2 | ThumbColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | pixels | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbEnabled | boolean | |
2 | ThumbEnabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbPosition | number | |
2 | ThumbPosition | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | number | |
2 | Width | number | -2 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean | true |