kwik
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
kwik
kwik
/
com.isakaro.kwik.ui.grid
Package-level
declarations
Types
Functions
Types
Kwik
Div
Link copied to clipboard
data
class
KwikDiv
(
val
colSpan
:
Int
=
1
,
val
rowSpan
:
Int
=
1
,
val
colPosition
:
Int
,
val
rowPosition
:
Int
,
val
onClick
:
(
)
->
Unit
,
val
content
:
@
Composable
(
)
->
Unit
)
A data class representing a single item in a grid.
Functions
Kwik
Grid
Link copied to clipboard
@
Composable
fun
KwikGrid
(
modifier
:
Modifier
=
Modifier
,
cols
:
Int
=
1
,
rows
:
Int
=
1
,
gap
:
Int
=
4
,
items
:
List
<
KwikDiv
>
)
Kwik
Widget
Link copied to clipboard
@
Composable
fun
KwikWidget
(
modifier
:
Modifier
=
Modifier
,
item
:
KwikDiv
)