@fvillard/reactmodal
v0.1.3
Published
Show time
Downloads
2
Readme
ReactModal
Usage
Import
import Modal from '@fvillard/reactmodal'
Declaration
<Modal
/>
Default props
|Props |Description |Default value |
|----------------|-------------------------------------------------------|-----------------------------|
|title |string
Text showed in modal title |"" |
|style |object
Style apply in main div |{} |
|body |string
Body content (JSX) |"" |
|show |boolean
set if modal is showed |false |
|onClose |function
called when cross click |function(){} |