Join Slack
Powered by
What components are supported in web? Is there a l...
# compose-web
b
benkuly
08/11/2021, 2:46 PM
What components are supported in web? Is there a list or something? Is
Image
supported?
👍 1
o
Oleksandr Karpovich [JB]
08/11/2021, 3:00 PM
almost all (if not all) html tags support in compose-web. <img> tag for example:
https://github.com/JetBrains/compose-jb/blob/master/web/core/src/jsMain/kotlin/org/jetbrains/compose/web/elements/Elements.kt#L560
🙌🏻 1
b
benkuly
08/11/2021, 4:04 PM
Thanks, but I meant the multiplatform components, not the platform specific html stuff.
o
Oleksandr Karpovich [JB]
08/11/2021, 4:12 PM
There are some widgets here
https://github.com/JetBrains/compose-jb/tree/master/web/widgets/src/commonMain/kotlin/layouts
Although no Image.
Oleksandr Karpovich [JB]
08/11/2021, 4:12 PM
As for widgets please have a look here
https://kotlinlang.slack.com/archives/C01F2HV7868/p1628255424054300?thread_ts=1628255424.054300&cid=C01F2HV7868
👍 3
5
Views
Open in Slack
Previous
Next