1.0.6 • Published 4 years ago
check-netowrk-status v1.0.6
check-netowrk-status
Check for System connected to Network or not.
Install
npm install --save check-netowrk-statusUsage
import React, { Component } from 'react'
import { useMyHook } from 'check-netowrk-status'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}License
MIT © https://github.com/venus11000
This hook is created using create-react-hook.