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
- Host: GitHub
- URL: https://github.com/suyashpatil78/wheelerjs
- Owner: suyashpatil78
- Created: 2023-09-17T09:08:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T14:15:34.000Z (almost 3 years ago)
- Last Synced: 2025-10-18T19:54:54.417Z (9 months ago)
- Topics: javascript, library, loader, typescript
- Language: CSS
- Homepage: https://www.npmjs.com/package/wheelerjs
- Size: 528 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wheelerjs
[](https://packagephobia.com/result?p=wheelerjs@1.0.2)
[](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