|
1 |
| -import React from 'react' |
| 1 | +import React from 'react'; |
2 | 2 |
|
3 | 3 | const Cover = () => (
|
4 |
| - <div className="cover"> |
5 |
| - <h1 className="title">Reactjs-Popup</h1> |
6 |
| - <p className="description"> |
| 4 | + <div className="cover"> |
| 5 | + <h1 className="title">Reactjs-Popup</h1> |
| 6 | + <p className="description"> |
7 | 7 | React Popup Component - Modals,Tooltips and Menus — All in one
|
8 |
| - </p> |
9 |
| - <div className="badges"> |
10 |
| - <a href="https://travis-ci.org/yjose/reactjs-popup"> |
11 |
| - <img src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square" alt="travis" /> |
12 |
| - </a> |
13 |
| - <a href="https://www.npmjs.com/package/reactjs-popup"> |
14 |
| - <img src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square" alt="npm" /> |
15 |
| - </a> |
16 |
| - <a href="http://www.npmtrends.com/reactjs-popup"> |
17 |
| - <img src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square" alt="npm trends" /> |
18 |
| - </a> |
19 |
| - <a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE"> |
20 |
| - <img src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square" alt="github" /> |
21 |
| - </a> |
22 |
| - <br /> |
23 |
| - <a href="https://github.com/yjose/reactjs-popup/graphs/contributors"> |
24 |
| - <img src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square" alt="github contributors" /> |
25 |
| - </a> |
26 |
| - <a href="http://makeapullrequest.com"> |
27 |
| - <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="pull requests are welcome" /> |
28 |
| - </a> |
29 |
| - <a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md"> |
30 |
| - <img src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square" alt="code of conduct" /> |
31 |
| - </a> |
32 |
| - <br /> |
33 |
| - <a href="https://github.com/yjose/reactjs-popup/watchers"> |
34 |
| - <img src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social" alt="watchers" /> |
35 |
| - </a> |
36 |
| - <a href="https://github.com/yjose/reactjs-popup/stargazers"> |
37 |
| - <img src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social" alt="github stars" /> |
38 |
| - </a> |
39 |
| - <a href="https://twitter.com/intent/tweet?text=Check%20out%20reactjs-popup%20by%20%40ElaziziYoussouf%20https%3A%2F%2Fgithub.com%2Fyjose%2Freactjs-popup%20%F0%9F%91%8D"> |
40 |
| - <img src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social" alt="tweet" /> |
41 |
| - </a> |
42 |
| - </div> |
43 |
| - </div> |
44 |
| -) |
| 8 | + </p> |
| 9 | + <div className="badges"> |
| 10 | + <a href="https://travis-ci.org/yjose/reactjs-popup"> |
| 11 | + <img |
| 12 | + src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square" |
| 13 | + alt="travis" |
| 14 | + /> |
| 15 | + </a> |
| 16 | + <a href="https://www.npmjs.com/package/reactjs-popup"> |
| 17 | + <img |
| 18 | + src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square" |
| 19 | + alt="npm" |
| 20 | + /> |
| 21 | + </a> |
| 22 | + <a href="http://www.npmtrends.com/reactjs-popup"> |
| 23 | + <img |
| 24 | + src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square" |
| 25 | + alt="npm trends" |
| 26 | + /> |
| 27 | + </a> |
| 28 | + <a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE"> |
| 29 | + <img |
| 30 | + src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square" |
| 31 | + alt="github" |
| 32 | + /> |
| 33 | + </a> |
| 34 | + <br /> |
| 35 | + <a href="https://github.com/yjose/reactjs-popup/graphs/contributors"> |
| 36 | + <img |
| 37 | + src="https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square" |
| 38 | + alt="github contributors" |
| 39 | + /> |
| 40 | + </a> |
| 41 | + <a href="http://makeapullrequest.com"> |
| 42 | + <img |
| 43 | + src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" |
| 44 | + alt="pull requests are welcome" |
| 45 | + /> |
| 46 | + </a> |
| 47 | + <a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md"> |
| 48 | + <img |
| 49 | + src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square" |
| 50 | + alt="code of conduct" |
| 51 | + /> |
| 52 | + </a> |
| 53 | + <br /> |
| 54 | + <a href="https://github.com/yjose/reactjs-popup/watchers"> |
| 55 | + <img |
| 56 | + src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social" |
| 57 | + alt="watchers" |
| 58 | + /> |
| 59 | + </a> |
| 60 | + <a href="https://github.com/yjose/reactjs-popup/stargazers"> |
| 61 | + <img |
| 62 | + src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social" |
| 63 | + alt="github stars" |
| 64 | + /> |
| 65 | + </a> |
| 66 | + <a href="https://twitter.com/intent/tweet?text=Check%20out%20reactjs-popup%20by%20%40ElaziziYoussouf%20https%3A%2F%2Fgithub.com%2Fyjose%2Freactjs-popup%20%F0%9F%91%8D"> |
| 67 | + <img |
| 68 | + src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social" |
| 69 | + alt="tweet" |
| 70 | + /> |
| 71 | + </a> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | +); |
45 | 75 |
|
46 |
| -export default Cover |
| 76 | +export default Cover; |
0 commit comments