react-popup-simple
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

react-popup-simple

sample popup

Installation:

To install all dependencies run:

npm i react-popup-simple

How to use

<PopupSimple
          header={'text'}
          closePopup={() => {
            setOpen(false);
          }}
        >
  <div>
    Here
  </div>
  <div style={{height: '800px'}}>
      tes
  </div>
</PopupSimple>

Readme

Keywords

none

Package Sidebar

Install

npm i react-popup-simple

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

13.2 kB

Total Files

7

Last publish

Collaborators

  • westsidenp