Skip to content

Commit

Permalink
Add picture to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ole108 committed Nov 23, 2024
1 parent 6fc0903 commit 70f1bfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fdialog - Create Native GUIs With Ease


![Creating native GUIs with fdialog is easier than creating web UIs.](./info.png "fdialog - information")

## Installation

Expand Down
5 changes: 3 additions & 2 deletions examples/info.uidl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env -S fdialog run --file
uidl 1

window main(title="Information", width=400, height=300) {
dialog info(type="info", message="Please note.", buttonText="OK.", width=400, height=300) {
window main(title="Information", width=480, height=250) {
dialog info(type="info", message="Create native GUIs easier than web UIs with: https://github.com/flowdev/fdialog",
buttonText="I will", width=480, height=250) {
action close(type="exit", code=0)
}
}
Binary file added info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70f1bfd

Please sign in to comment.