ma-librairie-react
v1.0.4
Published
Library create for 14th project in my formation "Application developper - JavaScript React" from OpenClassrooms
Downloads
2
Readme
MA LIBRAIRIE REACT
About the project
Library create for 14th project in my formation "Application developper - JavaScript React" from OpenClassrooms
Getting started
- 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);
}}
/>
Contact
You can contact me for any problem on my mail : [email protected]