modal-lancelot-openclassrooms is a reusable React component which can be used as a modal in React projects. ## Installation modal-lancelot-openclassrooms can be installed via npm: npm install modal-lancelot-openclassrooms ## Prerequisites To use modal-lan
npm install modal-lancelot-openclassrooms
import { Modal } from "modal-lancelot-openclassrooms"
const ref = useRef(null)
``