kaleem-elahi / react-modal-popup

A fully customizable modal for React/Redux with No need of STATE!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-modal-popup

Fully Dymnamic and Customized Modal

react-modal-popup/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    commonComponents/
      css/ModalButton.css
      ModalButton.js
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

How to

You just need to add <ModalButton {//attributes} /> component. It will show a button.

Attributes :

buttonName="/* give a name */"

ModalBodyContent={/* Add here */}

ModalFooterContent={/* Add here */}

ModalTitle={/* Add here */}

customButtonClass="/* Add your class name*/"

customCloseButtonClass="/* Add class name */"

Thanks!

About

A fully customizable modal for React/Redux with No need of STATE!!

License:MIT License


Languages

Language:JavaScript 58.1%Language:CSS 28.9%Language:HTML 13.1%