Modal-component-library
Library of React components created using create-react-app
.
Prerequisites :
- Node.js
-
Npm
orYarn
-
Visual studio
code or similare
Description:
A simple React modal menu component
Installing the package
Installation:
Package installation
Run the followings commands with npm or yarn:
$ npm install oc-wh-modal
Import in your project
import Modal from 'oc-wh-modal';
Simple example of using:
Explication of how to use this library and what it does