Skip to content

Sahilz9/npm-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Before using this, you should include the condition below wherever necessary and also import it into your component.

import useOnline from "./path/useOnline";

const isOnline = useOnline();

if (!isOnline) { return ( <>

Check your Internet Connection

</> ); }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published