Created
March 23, 2018 21:52
-
-
Save cassidyjames/944c5e8a2028aa5896370e35f19f4867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _/\__________ | |
| | | | |
| | Popover | | |
| |___________| | |
| [ Button ] | |
| Off switch: (o--) | |
| On switch: (--o) | |
| ( ) Radio | |
| (o) Selected radio | |
| [ ] Checkbox | |
| [x] Selected checkbox | |
| Entry: [____________] | |
| [ Combobox v ] | |
| |-------------------| | |
| | With | | |
| | Some | | |
| | Options | | |
| --------------------- | |
| [ Linked | Buttons ] | |
| ____________________________________ | |
| | | | |
| | ICON Standard dialog title | | |
| | ICON | | |
| | With some copy here | | |
| | | | |
| | [ Secondary] [ Primary ] | | |
| |__________________________________| | |
| ____________________________________ | |
| | | | |
| | x elementary Headerbar + | | |
| |__________________________________| | |
| | | | |
| | Window | | |
| |__________________________________| | |
| ____________________________________ | |
| | | | |
| | Pop! Headerbar x | | |
| |__________________________________| | |
| | | | |
| | Window | | |
| |__________________________________| | |
| ____________________________________________ | |
| | | | |
| | [← Back] [ GNOME Dialog Button ] | | |
| |__________________________________________| | |
| | | | |
| | Window | | |
| |__________________________________________| |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find myself creating quick ASCII mockups now and then. Here are the general widgets and conventions I use. They look a little weird in GitHub's gist UI (too much line spacing), but work well in code blocks and code editors.