1.0.2 • Published 7 years ago

react-friendly-modal v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-friendly-modal

modal component for react

install

npm i -S react-friendly-modal 

demo

link

usage

import Modal from 'react-friendly-modal';

<Modal 
    isOpen="true"
    onRequestClose={onClose}
>
    <div>
        modal content
    </div>
</Modal>     

props

namedefault valueallowed values
isOpenfalseboolean
onRequestCloseempty functionfunction
classNameempty stringstring
appSelectorbody data-reactrootstring
style{}object
parentSelectorbodystring
overlayProps{}object
closeOnOverlayClickfalseboolean
animation'''right-to-left'