React Alegrify UI

Dialog

Variants

Default

Hello there

Some content
<Dialog
            open
            actions={<Button>OK</Button>}
            title="Hello there"
        >
            Some content
        </Dialog>

Properties

PropertyTypeDefault
children*node
classNamestring
openbool
onClosefunc
titlestring
actionsnode
idstring
dataTeststring
dataTestIdstring