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
/
Callout
Callout
@
Composable
fun
Callout
(
type
:
CalloutType
,
text
:
String
,
modifier
:
Modifier
=
Modifier
,
variant
:
CssStyleVariant
<
CalloutKind
>
?
=
CalloutDefaults.Variant
,
label
:
String
?
=
null
,
ref
:
ElementRefScope
<
HTMLElement
>
?
=
null
)
(
source
)
@
Composable
fun
Callout
(
type
:
CalloutType
,
modifier
:
Modifier
=
Modifier
,
variant
:
CssStyleVariant
<
CalloutKind
>
?
=
CalloutDefaults.Variant
,
label
:
String
?
=
null
,
ref
:
ElementRefScope
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
(
)
->
Unit
)
(
source
)