dialog-react
Advanced tools
Comparing version
{ | ||
"name": "dialog-react", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "toast confirm prompt", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
* **install** | ||
`npm install --save-dev react-dialog` | ||
`npm install --save-dev dialog-react` | ||
* **import** | ||
`import {Toast, Confirm, Prompt} from "./dialog"` | ||
`import {Toast, Confirm, Prompt} from "dialog-react"` | ||
@@ -34,2 +34,2 @@ * **use** | ||
close={() => this.setState({showDialog: false})} /> | ||
``` | ||
``` |
15778
0.03%35
2.94%