1.0.7 • Published 1 year ago

matt-fr-react-modal v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

React Modal Librairy

A library of a React component created using create-react-app. This component is a modal in which you can place a message in it, the modal will be in the center of your page.

How to install

run the following command :

npm i matt-fr-react-modal

How to use

import { Modal } from "matt-fr-react-modal";
import { useState } from "react";

const [openModal, setOpenModal] = useState(false);

<Modal
message="Your Message"
openModal={openModal}
setOpenModal={setOpenModal}/>
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago