New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-router-prompt

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-prompt

React Router Navigation Prompt for v6

0.4.0-beta-1
Source
npm
Version published
Weekly downloads
15K
-21.85%
Maintainers
1
Weekly downloads
 
Created
Source

react-router-prompt 🚨

NPM version NPM downloads

A replacement component for the react-router 6 Prompt. Allows for more flexible dialogs.

🏠 Homepage

Demo

Install

pnpm add react-router-prompt
yarn add react-router-prompt

Usage

<ReactRouterPrompt when={isDirty}>
  {({ isActive, onConfirm, onCancel }) => (
    <Modal show={isActive}>
      <div>
        <p>Do you really want to leave?</p>
        <button onClick={onCancel}>Cancel</button>
        <button onClick={onConfirm}>Ok</button>
      </div>
    </Modal>
  )}
</ReactRouterPrompt>

Note:

This version works with react-router-dom >=v6.7

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Credits

📝 License

Copyright © 2022 Shyam Gupta (shyamm@outlook.com).
This project is MIT licensed.

Author

👤 Shyam Gupta (shyamm@outlook.com)

Keywords

confirm

FAQs

Package last updated on 11 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts