UNPKG

@navinc/base-react-components

Version:
6 lines (3 loc) 472 B
The `<Dialog />` component is a wrapper for [Material UI's Dialog component](https://mui.com/material-ui/react-dialog/). `<ConfirmationDialog />` is the default dialog component exported. It does not have "x" and has 2 buttons instead. The base MUI dialog component has been exported as `BaseDialog` and both components should accept MUI Dialog props. `BaseDialog` has built in "x" and optional props for adding a custom background. The children are fully customizable.