File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/data/material/components/dialogs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ Dialogs are purposefully interruptive, so they should be used sparingly.
21
21
22
22
Dialogs are implemented using a collection of related components:
23
23
24
- - Dialog: the Dialog itself is a container that includes anything needed to be in the modal.
24
+ - Dialog: the parent component that renders the modal.
25
25
- Dialog Title: a wrapper used for the title of a Dialog.
26
26
- Dialog Actions: an optional container for a Dialog's Buttons.
27
27
- Dialog Content: an optional container for displaying the Dialog's content.
28
- - Dialog Content Text: a wrapper used for text inside ` <DialogContent> ` . -
28
+ - Dialog Content Text: a wrapper for text inside of ` <DialogContent / > ` .
29
29
- Slide: optional [ Transition] ( https://mui.com/material-ui/transitions/#slide ) used to slide the Dialog in from the edge of the screen.
30
30
31
31
{{"demo": "SimpleDialogDemo.js"}}
You can’t perform that action at this time.
0 commit comments