Questions tagged [jetpack-compose-web]

4 questions
0
votes
0 answers

How to use Composables from common in Compose Web?

I made a simple Compose Web project using the getting started guide. It works when just using the Web API, so Composables like Div and Span. However, the whole point of multiplatform is being able to reuse components, so I added common and jvm…
Jorn
  • 20,612
  • 18
  • 79
  • 126
0
votes
1 answer

Render Markdown in Compose Web

I have a Compose Web app. How can I render Markdown on it?
0
votes
0 answers

Material UI for Jetpack Compose for Web

I wanted to try out the current state of Jetpack Compose for a simple web application (no Android App). Starting off with the compose-jb/examples/web-landing example, I was wondering, is there already an implementation of Material Design / Material…
0
votes
0 answers

Wrong Button Clicking in Jetpack Compose Web

Clicking the foo button the second and subsequent times causes the code for the bar button to be executed. It seems related to the collection that I map to P elements. fun main() { renderComposableInBody { val words = remember {…
user2297550
  • 3,142
  • 3
  • 28
  • 39