0.1.3 • Published 4 years ago

@fvillard/reactmodal v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

ReactModal

Usage

Import

import Modal from '@fvillard/reactmodal'

Declaration

<Modal
	
/>

Default props

PropsDescriptionDefault value
titlestring Text showed in modal title""
styleobject Style apply in main div{}
bodystring Body content (JSX)""
showboolean set if modal is showedfalse
onClosefunction called when cross clickfunction(){}