1.0.7 • Published 1 year ago

soufiane.irssal_plugin v1.0.7

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

Modal Confirmation

Modal confirmation that you can call it to appear. A click in the cross button hide it.

How To install

npm i soufiane.irssal_plugin
or yarn add soufiane.irssal_plugin

How to import

import { ModalPlugin } from "soufiane.irssal_plugin";

Example

import { ModalPlugin } from "soufiane.irssal_plugin";

function HomePage() {
  return (
    <>
      <Header />
      <Nav
        refLink="employee-list"
        text="View Current Employees"
        arrowDirection="right"
      />
      <main>
      </main>
      <ModalPlugin />
    </>
  );
}

export default HomePage;
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago