1.0.11 • Published 2 years ago

react-modal-lm v1.0.11

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

Modal composant for React

The simplest react ready-to-use Modal component ever.

It looks like this :

how to use

Installation

Requirements

Download & installation

npm i react-modal-lm

How to use it

import the plugin in your component with

import Modal from "react-modal-lm/dist/Modal";
import useModal from "react-modal-lm/dist/hooks";

Then use useModal hook and Modal component like below :point_down:

how to use

License

Released under the MIT license