1.0.6 • Published 5 years ago

react-offline-notify v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

React Offline Notify

A toast notifier to indicate if there's no internet connectivity.

Usage

import ConnectionToast from 'react-offline-notify'

Props

PropTypeDescriptionDefault
onlineTextStringmessage when user is back onlineOnline
offlineTextStringmessage when user goes offlineOffline
timeoutNumber(ms)time before notification disappears when user is online3000ms