6.4.2 • Published 3 years ago

react-responsive-modal v6.4.2

Weekly downloads
35,066
License
MIT
Repository
-
Last release
3 years ago

react-responsive-modal

npm version npm downloads per month codecov dependencies Status

A simple responsive and accessible react modal compatible with React 16 and ready for React 17.

  • Focus trap inside the modal.
  • Centered modals.
  • Scrolling modals.
  • Multiple modals.
  • Accessible modals.
  • Easily customizable via props.

Documentation

Installation

With npm: npm install react-responsive-modal --save

Or with yarn: yarn add react-responsive-modal

Usage

Edit react-responsive-modal

import React from 'react';
import ReactDOM from 'react-dom';
import 'react-responsive-modal/styles.css';
import { Modal } from 'react-responsive-modal';

export default class App extends React.Component {
  state = {
    open: false,
  };

  onOpenModal = () => {
    this.setState({ open: true });
  };

  onCloseModal = () => {
    this.setState({ open: false });
  };

  render() {
    const { open } = this.state;
    return (
      <div>
        <button onClick={this.onOpenModal}>Open modal</button>
        <Modal open={open} onClose={this.onCloseModal} center>
          <h2>Simple centered modal</h2>
        </Modal>
      </div>
    );
  }
}

ReactDOM.render(<App />, document.getElementById('app'));

Props

Check the documentation: https://react-responsive-modal.leopradel.com/#props.

License

MIT © Léo Pradel

emotion-reproduce-external-libinsticc_dummy_module6insticc_dummy_module2insticc_dummy_module8reactjs-paypal-payment-buttonmerobato-paypal-paymentmerobato-paypal-payment-button@elasticpath/store-componentshometown.inleihuo-cloud-game-reactts-viewerreact-redux-nightmare-quick-start@axa/aletheiagha-componentscarrier-listingclickwrap-docusignesignature-docusignmui-ui@everything-registry/sub-chunk-2607tourstream-mhb-libui-food2ct2mtest-for-mewallletstrannizza-todolistswym-firebase-login-buttonvaluex-react-appcomfenalco-react-atomiciposita-business-request-tablekey-esg-component-libraryindodana-componentshumble-follow-popuphh-slate-editorinsticc_dummy_module5invoice-showlogin-clientkimmaisui@wal3/rc-login@welight/easyimpact-widget@wclubteam/baro-designsystem@varius.io/wombo@tourstream/tourstream-mhb-lib@vtex/styleguide@veupathdb/core-components@veupathdb/coreui@zhifez/react-portauthagiir-react-componentsafito-uiaqt-base-componentsaqlrc@cleargdpr/elementsgenerative-designgenerative-designsgcc-atom-vernost-newdsny_dashboardelectron-forge-newep-commerce-react-components_tempenavia-io-app-core-testevent-sdkexternal-generic-componentexternal-generic-component_1facebook-image-gridfbk-componentsfinmont-checkout-sdkfab-uicomponents-react-testbaro-designsystembabylon-reactbreakout-frontenddp-react-comments-sectionts-viewer-package-npmts-viewer-demoumuti-admin-request-viewumuti-business-request-tabletouka@axa-ch/aletheiaweb-gejmika-frontunicus-one-widgetvernost-react-js-gcc-atomvernost_common_componentvetravel-atoms-controls-newmerobato-stripe-integrationmytravelpopooffcourse-ui-componentsreact-comments-advancedreact-comments-mentionsreact-comments-sectionreact-comments-section-pt-brreact-comments-sectionv2react-confirmation-modalpg-modalposipagesqr-pagesqr-pages-testslip-full-2019soap-box-1.0.1react-yes-or-noreact-storefront-componentsreact-swift-nested-commentsreact-sotefront-components-test
6.4.2

3 years ago

6.3.2

3 years ago

6.4.1

3 years ago

6.2.0

4 years ago

6.1.0

5 years ago

6.0.1

5 years ago

6.0.0

5 years ago

5.2.6

5 years ago

5.2.5

5 years ago

5.2.1

5 years ago

5.2.0

5 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.3

5 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.6.0

7 years ago

3.5.1

7 years ago

3.5.0

7 years ago

3.4.0

7 years ago

3.3.0

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.9.4

8 years ago

1.9.3

8 years ago

1.9.2

8 years ago

1.9.0

8 years ago

1.8.0

8 years ago

1.7.1

8 years ago

1.6.1

9 years ago

1.6.0

9 years ago

1.5.0

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.3.0

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago