modal-library-ocrbfp14
v0.3.3
Published
React modale library
Downloads
54
Readme
simple modal
A library of React modal component created using create-react-app.
Installation
Run the following command:
npm install modal-library-ocrbfp14
Importants props
InsertText:
Customize the text of the modal here
By default : Insert Text Here
buttonCloseName:
Customize the value of text inside close button
By default : close
closeModal:
Function to call to close the modal
isOpen:
Booleen to define if modal is open or not
