1.0.4 • Published 9 months ago

ma-librairie-react v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

MA LIBRAIRIE REACT

About the project

Library create for 14th project in my formation "Application developper - JavaScript React" from OpenClassrooms

Getting started

  1. Install the library :
npm i ma-librairie-react --force
  1. Import in your React project :
import Modal from 'ma-librairie-react';
import 'ma-librairie-react/dist/styles.css';
  1. 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 : benjaminclairottepro@gmail.com

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago