We’re going to add a close button to most modals (it’ll be like a cross at the top right - @taiyab hasn't designed it yet).
We’ll need to add a option to <Modal> of closeButton. If it's true then it should add the button, which should close the modal. It can default to false. Pop a PR together with a button as close to the top of the modal (as in the HTML hierarchy) as you can and then I'll style it.
We’re going to add a close button to most modals (it’ll be like a cross at the top right - @taiyab hasn't designed it yet).
We’ll need to add a option to
<Modal>
ofcloseButton
. If it'strue
then it should add the button, which should close the modal. It can default tofalse
. Pop a PR together with a button as close to the top of the modal (as in the HTML hierarchy) as you can and then I'll style it.