File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
guidelines/components/dialog Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ A modal dialog is a message box or child window that requires user interaction b
1010* Can have some combinations of actions, like buttons to accept/cancel the action. There can be one, two or more buttons
1111* If the dialog is not including a cancel action, provide a way to close it
1212* Modal dialog boxes should overlay only a portion of the underlying page to keep the user oriented within the workflow
13+
1314
1415
1516## Anatomy
@@ -28,7 +29,11 @@ A modal dialog is a message box or child window that requires user interaction b
2829
2930_ Example of a dialog using Halstack components as content_
3031
31- Any content (Halstack components or custom) can be placed inside the dialog component, try always to avoid scrolling.
32+ Any content (Halstack components or custom) can be placed inside the dialog component. Dialog tasks should be direct and easy to complete.
33+
34+ * Don’t use to display complex or large amounts of data.
35+ * Don’t recreate a full app or page in a dialog
36+ * Try always to avoid scrolling
3237
3338
3439## Overlay
You can’t perform that action at this time.
0 commit comments