diff --git a/plantuml/salt-lo-fi-ui-tips.md b/plantuml/salt-lo-fi-ui-tips.md new file mode 100644 index 0000000..5038777 --- /dev/null +++ b/plantuml/salt-lo-fi-ui-tips.md @@ -0,0 +1,34 @@ +## Spacing + +Salt allows you to add any unicode character using the notation. This +is sometimes handy for adding extra spaces to things. + +Non-breaking space: +Em-Space (widest space) : + +## Typical 2-column Form + +``` +@startsalt +{ + Label 1: | "Text Field" + Label 2: | ^Combobox^ + Label 3: | {SI + Text area with + scroll bars + . + . + } + Label 4: | () Unchecked radio + Label 5: | (X) Checked radio + Label 6: | [] Unchecked box + Label 7: | [X] Checked box + | Right Column Label + [Button 1] | [Button 2] +} +@endsalt +``` + +Full docs at: + +http://plantuml.com/salt