Skip to content

Commit 7b91685

Browse files
authored
Update README badges
1 parent b40b2ee commit 7b91685

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
1-
# react-router-prompt 🚨
2-
3-
> A component for the react-router-dom 6 / react-router 7 `Prompt`. Allows to create more flexible dialogs.
1+
<h1 align="center">react-router-prompt 🚨</h1>
2+
3+
<p align="center">
4+
<a href="https://www.npmjs.com/package/react-router-prompt">
5+
<img alt="npm version" src="https://img.shields.io/npm/v/react-router-prompt.svg">
6+
</a>
7+
&nbsp;
8+
<a href="https://www.npmjs.com/package/react-router-prompt">
9+
<img alt="npm weekly downloads" src="https://img.shields.io/npm/dw/react-router-prompt.svg">
10+
</a>
11+
&nbsp;
12+
<a href="https://www.npmjs.com/package/react-router-prompt">
13+
<img alt="total downloads" src="https://img.shields.io/npm/dt/react-router-prompt.svg">
14+
</a>
15+
&nbsp;
16+
<a href="https://www.npmjs.com/package/react-router-prompt">
17+
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/react-router-prompt">
18+
</a>
19+
</p>
20+
21+
22+
<p align="center">
23+
A Component for the react-router-dom 6 / react-router 7 <b>Prompt</b>. Allows to create more flexible dialogs.
24+
</p>
25+
26+
<hr />
427

528
Please follow [Note section](https://github.com/sshyam-gupta/react-router-prompt#note) for more details on react-router support
629

7-
[![npm version](https://img.shields.io/npm/v/react-router-prompt.svg)](https://www.npmjs.com/package/react-router-prompt)
8-
9-
[![npm downloads](https://img.shields.io/npm/dw/react-router-prompt.svg)](https://www.npmjs.com/package/react-router-prompt)
10-
11-
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-router-prompt)](https://www.npmjs.com/package/react-router-prompt)
12-
1330
## [Demo](https://codesandbox.io/s/react-router-prompt-example-react-router-6-7-y9ug7z?file=/src/App.js)
1431

1532
## 🏠 [Homepage](https://github.com/sshyam-gupta/react-router-prompt#readme)

0 commit comments

Comments
 (0)