yk-react-modal

0.1.1 • Public • Published

Simple Modal React Component

A library of React components created using create-react-app.

Installation

Run the following command: npm install yk-react-modal

Usage

import { SimpleModal } from "yk-react-modal";

function Example() {
  const [showModal, setShowModal] = useState(false);

  return (
    <SimpleModal
      show={showModal}
      message="Employee Created!"
      onClose={() => setShowModal(false)}
    />
  );
}

Readme

Keywords

Package Sidebar

Install

npm i yk-react-modal

Weekly Downloads

0

Version

0.1.1

License

none

Unpacked Size

27.1 kB

Total Files

6

Last publish

Collaborators

  • yamanek