components
0.14.4
js
components
/
dev.fritz2.components.forms.control
/
FormControlComponent
/
slider
slider
js
open
fun
slider
(
styling
:
BasicParams
.
(
)
->
Unit
=
{}
,
value
:
Store
<
Int
>
?
=
null
,
baseClass
:
StyleClass
=
StyleClass.None
,
id
:
String
?
=
value?.id ?: "${ControlNames.slider}-${Id.next()}"
,
prefix
:
String
=
ControlNames.slider
,
build
:
SliderComponent
.
(
)
->
Unit
=
{}
)
Content copied to clipboard