An open API service indexing awesome lists of open source software.

https://github.com/suyashpatil78/wheelerjs

The only library you needed to show up a loader while fetching data
https://github.com/suyashpatil78/wheelerjs

javascript library loader typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# wheelerjs
[![install size](https://packagephobia.com/badge?p=wheelerjs@1.0.2)](https://packagephobia.com/result?p=wheelerjs@1.0.2)
[![downloads](https://img.shields.io/npm/dt/wheelerjs.svg)](https://www.npmjs.com/package/wheelerjs)

### 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 (




);
}

export default App;
```
## How it looks like



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