kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-widgets
/
com.varabyte.kobweb.silk.components.display
/
CalloutType
/
CalloutType
Callout
Type
constructor
(
icon
:
@
Composable
(
)
->
Unit
,
label
:
String
,
color
:
Color
)
(
source
)
constructor
(
icon
:
@
Composable
(
)
->
Unit
,
label
:
String
,
provideColor
:
(
ColorMode
)
->
Color
)
(
source
)
constructor
(
icon
:
@
Composable
(
)
->
Unit
,
label
:
String
,
provideColor
:
(
ColorMode
)
->
CSSColorValue
,
provideBackgroundColor
:
(
ColorMode
)
->
CSSColorValue
)
(
source
)