paxdotdev / pax

User interface engine with an integrated vector design tool, built in Rust
https://www.pax.dev/
Apache License 2.0
466 stars 23 forks source link

Component Library: Dialog #180

Closed samuelselleck closed 5 months ago

samuelselleck commented 5 months ago

Adds a dialog with props: open (bool), text (String), signal (bool, to communicate success once double bindings work).

Merge after #178

warfaj commented 5 months ago

Can you add styling for the dialog box?

samuelselleck commented 5 months ago

Base color, border radius, anything else you feel is missing?