-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
81 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,76 @@ | ||
import React from 'react' | ||
import React from 'react'; | ||
|
||
const Cover = () => ( | ||
<div className="cover"> | ||
<h1 className="title">Reactjs-Popup</h1> | ||
<p className="description"> | ||
<div className="cover"> | ||
<h1 className="title">Reactjs-Popup</h1> | ||
<p className="description"> | ||
React Popup Component - Modals,Tooltips and Menus — All in one | ||
</p> | ||
<div className="badges"> | ||
<a href="https://travis-ci.org/yjose/reactjs-popup"> | ||
<img src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square" alt="travis" /> | ||
</a> | ||
<a href="https://www.npmjs.com/package/reactjs-popup"> | ||
<img src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square" alt="npm" /> | ||
</a> | ||
<a href="http://www.npmtrends.com/reactjs-popup"> | ||
<img src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square" alt="npm trends" /> | ||
</a> | ||
<a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE"> | ||
<img src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square" alt="github" /> | ||
</a> | ||
<br /> | ||
<a href="https://github.com/yjose/reactjs-popup/graphs/contributors"> | ||
<img src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square" alt="github contributors" /> | ||
</a> | ||
<a href="http://makeapullrequest.com"> | ||
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="pull requests are welcome" /> | ||
</a> | ||
<a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md"> | ||
<img src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square" alt="code of conduct" /> | ||
</a> | ||
<br /> | ||
<a href="https://github.com/yjose/reactjs-popup/watchers"> | ||
<img src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social" alt="watchers" /> | ||
</a> | ||
<a href="https://github.com/yjose/reactjs-popup/stargazers"> | ||
<img src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social" alt="github stars" /> | ||
</a> | ||
<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"> | ||
<img src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social" alt="tweet" /> | ||
</a> | ||
</div> | ||
</div> | ||
) | ||
</p> | ||
<div className="badges"> | ||
<a href="https://travis-ci.org/yjose/reactjs-popup"> | ||
<img | ||
src="https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square" | ||
alt="travis" | ||
/> | ||
</a> | ||
<a href="https://www.npmjs.com/package/reactjs-popup"> | ||
<img | ||
src="https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square" | ||
alt="npm" | ||
/> | ||
</a> | ||
<a href="http://www.npmtrends.com/reactjs-popup"> | ||
<img | ||
src="https://img.shields.io/npm/dt/reactjs-popup.svg?style=flat-square" | ||
alt="npm trends" | ||
/> | ||
</a> | ||
<a href="https://github.com/yjose/reactjs-popup/blob/master/LICENSE"> | ||
<img | ||
src=" https://img.shields.io/npm/l/reactjs-popup.svg?style=flat-square" | ||
alt="github" | ||
/> | ||
</a> | ||
<br /> | ||
<a href="https://github.com/yjose/reactjs-popup/graphs/contributors"> | ||
<img | ||
src="https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square" | ||
alt="github contributors" | ||
/> | ||
</a> | ||
<a href="http://makeapullrequest.com"> | ||
<img | ||
src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" | ||
alt="pull requests are welcome" | ||
/> | ||
</a> | ||
<a href="https://github.com/yjose/reactjs-popup/blob/master/CODE_OF_CONDUCT.md"> | ||
<img | ||
src="https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square" | ||
alt="code of conduct" | ||
/> | ||
</a> | ||
<br /> | ||
<a href="https://github.com/yjose/reactjs-popup/watchers"> | ||
<img | ||
src="https://img.shields.io/github/watchers/yjose/reactjs-popup.svg?style=social" | ||
alt="watchers" | ||
/> | ||
</a> | ||
<a href="https://github.com/yjose/reactjs-popup/stargazers"> | ||
<img | ||
src="https://img.shields.io/github/stars/yjose/reactjs-popup.svg?style=social" | ||
alt="github stars" | ||
/> | ||
</a> | ||
<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"> | ||
<img | ||
src="https://img.shields.io/twitter/url/https/github.com/yjose/reactjs-popup.svg?style=social" | ||
alt="tweet" | ||
/> | ||
</a> | ||
</div> | ||
</div> | ||
); | ||
|
||
export default Cover | ||
export default Cover; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* reactjs-popup v1.4.0 | ||
* reactjs-popup v1.4.1 | ||
* (c) 2019-present Youssouf EL AZIZI <[email protected]> | ||
* Released under the MIT License. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* reactjs-popup v1.4.0 | ||
* reactjs-popup v1.4.1 | ||
* (c) 2019-present Youssouf EL AZIZI <[email protected]> | ||
* Released under the MIT License. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* reactjs-popup v1.4.0 | ||
* reactjs-popup v1.4.1 | ||
* (c) 2019-present Youssouf EL AZIZI <[email protected]> | ||
* Released under the MIT License. | ||
*/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters