onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
3.85k stars 237 forks source link

[feat] UI inputs for component Props #497

Open drfarrell opened 1 month ago

drfarrell commented 1 month ago

This ticket is purely for the input components used for Props. The goal is to allow users to edit a selected component's props in the interface easily.

image

The prop types include:

and then

It would probably be ideal to allow the user to resize the right panel if they'd like so that they have more room for the text inputs, but that's another issue.

guidopola commented 1 month ago

@drfarrell Can I work on this?

Kitenite commented 1 month ago

@guidopola go for it!

drfarrell commented 3 weeks ago

@guidopola how's this going? Need any help?

guidopola commented 3 weeks ago

@drfarrell Hey sorry, didn't have much free time to work on it. But I will have some time this weekend to start working on it!