react_modal_ocpenclassrooms_14
v0.1.2
Published
modal component react for openclassrooms project
Downloads
3
Readme
react_modal_ocpenclassrooms_14
This plugin was designed as part of the last project of the Openclassrooms training, front-end developer.
Install
npm install react_modal_ocpenclassrooms_14Use plugin
import Modal from "react_modal_ocpenclassrooms_14";
const [active, setActive] = useState(false)
<Modal isActive={active} setActive={setActive}>{children}</Modal>Change the style
|Name |Type |Example |
|----------------|-------------------------------|-----------------------------|
|modalStyle|Object|modalStyle={{display:"flex"}} |
