nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

QMessageBox component support #286

Open donskov opened 4 years ago

donskov commented 4 years ago

Is your feature request related to a problem? Please describe. We have a small application based on Electron and have plans to use nodegui instead (less voracious to resources). Application has some actions which need to be confirmed by the user.

For example remove:

image image

Could you add MessageBox component and the possibility to work in the window as a parent?

Describe the solution you'd like Create MessageBox and use it.

Additional context Expected states (for example):

image

gregpalaci commented 4 years ago

Think it might just need to be ported to react https://docs.nodegui.org/docs/api/generated/classes/qdialog/

donskov commented 4 years ago

@gregbenner Could you help to create Dialog component?

gregpalaci commented 4 years ago

I'm sorry I'm not that well versed with typescript or the internals of the project yet