Skip to content

one-more/react-friendly-modal

Repository files navigation

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

name default value allowed values
isOpen false boolean
onRequestClose empty function function
className empty string string
appSelector body [data-reactroot] string
style {} object
parentSelector body string
overlayProps {} object
closeOnOverlayClick false boolean
animation '' 'right-to-left'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published