4.3.1 • Published 2 years ago

simple-modal-wh v4.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

simple-modal-wh

A simple modal designable created using react.

npm link : simple-modal-wh

Installation

Run the following command: npm i simple-modal-wh or yarn add simple-modal-wh

Using the modal

You can modify the modal with this props :

<Modal showModal="false" updateModalState={callBack} message="Hello world" background="#000000" txtBackground="#fff025" txtColor="#ffffff"/>

  • showModal: State of the modal to allow the opening
  • updateModalState: The function to change the state of the modal to allow opening and closing
  • message: The message displayed in the modal
  • background: The color of the background behind the modal element
  • txtBackground: The background of the modal element which contain the message
  • txtColor: The color of the message
4.3.1

2 years ago

4.3.0

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago