Skip to content

ArshdeepGrover/groupix-spinner-library

Repository files navigation

🚀 Groupix Spinner

NPM Downloads
NPM Type Definitions
NPM License
Bundle Size

⚡ A lightweight Angular spinner library for seamless loading animations!


🎯 Features

✔️ Easy to integrate
✔️ Lightweight and fast performance


📦 Installation

Install the package using NPM:

npm install @groupix/groupix-spinner --save

🚀 Usage

1️⃣ Import the module in app.module.ts

import { GroupixSpinnerModule } from '@groupix/groupix-spinner';

@NgModule({
  declarations: [AppComponent],
  imports: [GroupixSpinnerModule],
  bootstrap: [AppComponent]
})
export class AppModule {}

2️⃣ Add the spinner component to your template

<groupix-spinner></groupix-spinner>

🎮 Live Demo

🚀 Check out the live demo: Groupix Spinner Demo


❓ FAQ

🔹 How do I show/hide the spinner dynamically?

Use Angular binding:

<groupix-spinner *ngIf="isLoading"></groupix-spinner>
<button (click)="isLoading = !isLoading">Toggle Spinner</button>

🤝 Contributing

We ❤️ contributions! If you have any suggestions or want to improve this library, feel free to open an issue or submit a PR.


📄 License

This project is licensed under the MIT License.

About

A lightweight Angular spinner library to show loading indicators in your application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published