Example of undefined in React Dialog Component

/
/
Template

This example demonstrates the template functionalities of the dialog component. The dialog's header and footer is configured with HTML template. The typed content will be replaced every time when clicking the "send" button.

More Details...

Loading....
Description

The dialog component displays HTML template content on the header and footer. The user can set any HTML element as header and footer with the usage of content and footer template properties.

More information on the modal behavior of Dialog can be found in the{' '} documentation section