We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f420cc commit 95f3c0fCopy full SHA for 95f3c0f
slider/src/main/java/io/monstarlab/mosaic/slider/Slider.kt
@@ -56,6 +56,14 @@ public fun Slider(
56
)
57
}
58
59
+/**
60
+ * A composable function that creates a slider UI component.
61
+ * @param state of the Slider where the latest slider value is stored
62
+ * @param colors the colors used to customize the appearance of the slider
63
+ * @param modifier the modifier to be applied to the slider
64
+ * @param interactionSource the interaction source used to handle user input interactions
65
+ * @param thumb the composable function used to render the slider thumb
66
+ */
67
@Composable
68
public fun Slider(
69
state: SliderState,
0 commit comments