Skip to content

Commit 175ae29

Browse files
committedSep 27, 2020
Added badges to README
1 parent d08965b commit 175ae29

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# react-a-gate
22

3+
[![version](https://img.shields.io/npm/v/react-a-gate.svg)](https://www.npmjs.com/package/react-a-gate)
4+
[![install-size](https://packagephobia.now.sh/badge?p=react-a-gate)](https://packagephobia.now.sh/result?p=react-a-gate)
5+
[![license](https://img.shields.io/npm/l/react-a-gate.svg)](https://github.com/bonavida/react-a-gate/blob/master/LICENSE)
6+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
7+
38
## Overview
49

510
`react-a-gate` is a React library for modals, tooltips and popovers. It uses the new React feature called [Portals](https://reactjs.org/docs/portals.html). Basically, a portal (ehem... a gate) allows you to render an element of a child component outside the DOM hierarchy by creating another top-level tree and injecting this component inside it.

‎package-lock.json

+41-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@
7575
"last 1 firefox version",
7676
"last 1 safari version"
7777
]
78-
}
79-
}
78+
},
79+
"dependencies": {}
80+
}

0 commit comments

Comments
 (0)
Please sign in to comment.