mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-17 00:01:21 +00:00
Removed misplaced comma in Web UI Building README (#2416)
This commit is contained in:
@@ -49,7 +49,7 @@ Input(attrs = { type(InputType.Text) })
|
||||
|
||||
### Text
|
||||
|
||||
The `Text` allows you to add text content to an HTML tag. Besides, the text content it represents, it does not have any parameters:
|
||||
The `Text` allows you to add text content to an HTML tag. Besides the text content it represents, it does not have any parameters:
|
||||
|
||||
``` kotlin
|
||||
Text("Arbitrary text")
|
||||
|
||||
Reference in New Issue
Block a user