kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-svg
/
dev.kilua.svg
/
rect
rect
@
Composable
fun
ISvgTag
.
rect
(
x
:
CssSize
,
y
:
CssSize
,
width
:
CssSize
,
height
:
CssSize
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
(
source
)
SVG "rect" tag.
@
Composable
fun
ISvgTag
.
rect
(
x
:
Number
,
y
:
Number
,
width
:
Number
,
height
:
Number
,
className
:
String
?
=
null
,
id
:
String
?
=
null
,
content
:
@
Composable
ISvgTag
.
(
)
->
Unit
=
{}
)
(
source
)
SVG "rect" tag with plain number attributes.