Skip to content

Commit 4e3f58b

Browse files
authored
Merge pull request #701 from dxc-technology/component-dialog
[Dialog] Update dialog content section copy
2 parents 6f8de99 + cb73305 commit 4e3f58b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

guidelines/components/dialog/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)