react-popups
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "react-popups", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Reactjs component for spawning custom popups at mouse position.", | ||
@@ -5,0 +5,0 @@ "author": "Reslav Hollos", |
# react-popups | ||
Try it - [Live Example](https://radivarig.github.io/#/react-popups) | ||
![](http://i.imgur.com/VuwWFn2.gif) | ||
@@ -7,7 +9,9 @@ | ||
`npm install react-popups` | ||
`npm install react-popups` (peer dependencies: `react react-dom`) | ||
for React **v0.13.3** `npm install react-popups@1.1.1` | ||
### Demo | ||
Read the [example code](https://github.com/Radivarig/react-popups/blob/master/src/entry.jsx), or run it | ||
Check out [Live Example](https://radivarig.github.io/#/react-popups) and the [example code](https://github.com/Radivarig/react-popups/blob/master/src/PopupsViewer.jsx), or run locally | ||
```bash | ||
@@ -64,3 +68,3 @@ git clone git@github.com:Radivarig/react-popups.git | ||
React.render(<App/>, document.body) | ||
require('react-dom').render(<App/>, document.body) | ||
``` | ||
@@ -67,0 +71,0 @@ |
9414
73