Skip to content

suyashpatil78/wheelerjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheelerjs

install size downloads

The only library you needed to show up a loader

How to use the package

  • Simply install the package using npm install wheelerjs
  • In you component file, you need to import the Loader component
import {Loader} from 'wheelerjs';

function App() {
  return (
    <div>
      <Loader />
    </div>
  );
}

export default App;

How it looks like

  • If you face any issue, use github issues for that

About

The only library you needed to show up a loader while fetching data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published