Answers for "antd modal hide ok button"

0

antd modal hide ok button

<Modal title="Basic Modal" visible={isModalVisible} onOk={handleOk} onCancel={handleCancel} footer={null}>
  <p>Some contents...</p>
  <p>Some contents...</p>
  <p>Some contents...</p>
</Modal>
Posted by: Guest on October-12-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language