Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
  • Loading branch information
samuelsycamore committed Mar 12, 2024
1 parent 5ffb408 commit 47c1cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/material/components/dialogs/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Dialogs are purposefully interruptive, so they should be used sparingly.

Dialogs are implemented using a collection of related components:

- Dialog: the Dialog itself is a container that includes anything needed to be in the modal.
- Dialog: the parent component that renders the modal.
- Dialog Title: a wrapper used for the title of a Dialog.
- Dialog Actions: an optional container for a Dialog's Buttons.
- Dialog Content: an optional container for displaying the Dialog's content.
- Dialog Content Text: a wrapper used for text inside `<DialogContent>`. -
- Dialog Content Text: a wrapper for text inside of `<DialogContent />`.
- Slide: optional [Transition](https://mui.com/material-ui/transitions/#slide) used to slide the Dialog in from the edge of the screen.

{{"demo": "SimpleDialogDemo.js"}}
Expand Down

0 comments on commit 47c1cb5

Please sign in to comment.