Modal
component propsName | Type | Usage |
---|---|---|
.. | All div element props | |
title | jsx | Modal title |
buttons | jsx | Modal action buttons |
visible | boolean | To set the modal visibility |
onClose | function | To close modal on background click |
width | string | To change modal width (Default: 600px ) |
noScrollbar | boolean | Hide scrollbar on scrollable modals (Default: false ) |
noCross | boolean | Hide cross icon from modal header (Default: false ) |