Skip to main content

Dialog

Component which renders a Dialogue in a pop-up

Props

NameTypeOptionalDescription
childrenanyFalseChild components to display inside the Dialog
closeScrimvoidFalseProvides a url for avatars being used as a link.
headerstringFalseThe title of the Dialog window
heightstringTrueThe height of the Dialog window
isOpenbooleanFalseWhether the Dialog is open or not
widthstringTrueThe width of the Dialog window

Returns

A React component

Usage

Code example:

Preview: