0.1.7 • Published 2 years ago

modale-react v0.1.7

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

Modale plugin for React

A ready-to-use Modal component for React projects.

Features

Display and quit modale

Download

modale-react

Requirements

  • React 17.0.2+

Installation

  • using NPM npm i modale-react

Usage

To use the plugin, import it in your React component. It needs 3 props to work: handleChange, content and value

MyComponent.js

import Modal from "datatables-plugin-react"

const MyComponent = () => {
  <Modal content={content} handleChange={labels} value={boolean} />;
};