0.1.3 • Published 4 years ago
@fvillard/reactmodal v0.1.3
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(){} |