The Modal component displays a modal dialog, wrapped in a form. Subclasses should implement the className, title, and content methods.
Modal
className
title
content
Get the class name to apply to the modal.
Get the content of the modal.
Get the title of the modal dialog.
The
Modalcomponent displays a modal dialog, wrapped in a form. Subclasses should implement theclassName,title, andcontentmethods.