toggle menu
compose-html-material
js
switch theme
search in API
compose-html-common
/
com.huanshankeji.compose.web.css
Package-level
declarations
Types
Functions
Properties
Types
Styles
Link copied to clipboard
typealias
Styles
=
StyleScope
.
(
)
->
Unit
Visibility
Link copied to clipboard
interface
Visibility
:
StylePropertyEnum
Properties
FIT_
CONTENT
Link copied to clipboard
const
val
FIT_CONTENT
:
String
Functions
height
Link copied to clipboard
fun
StyleScope
.
height
(
value
:
String
)
Visibility
Link copied to clipboard
inline
fun
Visibility
(
value
:
String
)
:
Visibility
visibility
Link copied to clipboard
fun
StyleScope
.
visibility
(
visibility
:
Visibility
)
width
Link copied to clipboard
fun
StyleScope
.
width
(
value
:
String
)
wrap
In
Attrs
Link copied to clipboard
fun
<
TElement
:
Element
>
Styles
?
.
wrapInAttrs
(
)
:
AttrBuilderContext
<
TElement
>
?