c5inco / Compose-Modifiers-Playground

Interactive playground for learning how to use Jetpack Compose modifiers
MIT License
180 stars 5 forks source link

New component from scratch? #5

Open Andrew2120 opened 1 year ago

Andrew2120 commented 1 year ago

Hello, I want to thank you for this amazing tool, but how can I make a new component from scratch?

c5inco commented 1 year ago

It's not supported right now, but I've thought about it in the past.

My initial thoughts were that I wouldn't want to introduce a code editor per se where one can paste in their own component since there'd be challenges there around compilation. So instead I was thinking of providing more of a GUI experience where one can construct a new component more like a designer tool.