DataForm

The DataForm component is a wrapper for forms.

# Usage Basic


DataForm Component

PropTypeDescription
classNamestringAdditional CSS classes.
formobjectAn object containing form state.
handleCancelfunctionFunction that is executed when the form is cancelled. The default behavior is to navigating back or close the modal.
modalbooleanIf true, the form is displayed inside a modal.
childrenReactNodeForm content.