Name | Description | Default | Control |
---|---|---|---|
title | Title of Drawer | - | |
open * | Open status | - | - |
position | Position of Drawer | "right" | |
hideHeaderClose | Hide close button at header | false | falsetrue |
overlayCancel | Enable click overlay to close Drawer | false | falsetrue |
hasFooterCancel | Show cancel button at footer | false | falsetrue |
hasFooterConfirm | Show confirm button at footer | false | falsetrue |
confirmTitle | Confirm button text | Confirm | |
children * | Drawer body content | - | - |
className | Wrapper class | - | - |
wrapperClassName | Content wrapper class | - | - |
onConfirm | Click confirm handler | - | - |
onClose | Close drawer handler | - | - |