kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-foundation
/
com.varabyte.kobweb.silk.components.text
Package-level
declarations
Types
Functions
Properties
Types
Span
Text
Kind
Link copied to clipboard
sealed
interface
SpanTextKind
:
ComponentKind
Properties
Span
Text
Style
Link copied to clipboard
val
SpanTextStyle
:
CssStyle
<
SpanTextKind
>
Functions
Span
Text
Link copied to clipboard
@
Composable
fun
SpanText
(
text
:
String
,
modifier
:
Modifier
=
Modifier
,
variant
:
CssStyleVariant
<
SpanTextKind
>
?
=
null
,
ref
:
ElementRefScope
<
HTMLSpanElement
>
?
=
null
)
A span of text, which can be styled based on a passed-in
Modifier
.