Library create for 14th project in my formation "Application developper - JavaScript React" from OpenClassrooms This librairie is available on npm and let you have a react modal ready to use.
- Install the library :
npm i ma-librairie-react --force
- Import in your React project :
import Modal from 'ma-librairie-react';
import 'ma-librairie-react/dist/styles.css';- Use in your React project :
<Modal
content={<p>Hello world!</p>}
onClose={() => {
setModal(false);
}}
/>You can contact me for any problem on my mail : [email protected]