0.0.41 • Published 1 year ago

modal-npm3 v0.0.41

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Modale plugin for React

A simlpe Modal component for React.

Features

Display and quit modale

Download

Requirements

  • React 18.2.0+

Installation

  • using NPM npm i @gowku/modale-npm

Usage

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

MyComponent.js

import Modal from "@gowku/modale-npm`";

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

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago