1.0.6 • Published 7 years ago
react-offline-notify v1.0.6
React Offline Notify
A toast notifier to indicate if there's no internet connectivity.
Usage
import ConnectionToast from 'react-offline-notify'
Props
| Prop | Type | Description | Default |
|---|---|---|---|
| onlineText | String | message when user is back online | Online |
| offlineText | String | message when user goes offline | Offline |
| timeout | Number(ms) | time before notification disappears when user is online | 3000ms |