1.13.96 • Published 2 years ago

@myntra/uikit-component-modal v1.13.96

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

import Modal from './src/modal'

Modal

<>
  <Modal trigger="Open Modal" title="Example Modal" actions={close => <Button onClick={close}>Okay</Button>}>
    <p>{'A simple modal with a form.'}</p>

    <p>{'You can render anything here!!'}</p>

    <Image src="//picsum.photos/200" height={200}  width={200} />
  </Modal>
</>