1.5.0 • Published 4 months ago

aniload v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

AniLoad

AniLoad is a powerful Node.js package that brings life to your application's loading experience with a delightful collection of animated loading elements and icons.

Installation

Install AniLoad using npm:

npm install aniload

Quick Start

Import the desired loading elements in your files and use them effortlessly:

import { Ring, Pulse, CircleBar, SquareDuplication } from "aniload";
// Loading icons
 <Ring />
 <Pulse />
 <CircleBar />
 <SquareDuplication />

Customization

Tailor the loading elements to fit your application's style:

<Bounce size="40px" color="#f59e0b" />
  • Size: Set the size of the loading element.
  • Color: Customize the color to match your application's palette.

Contribution Guidelines

We welcome and appreciate contributions! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Submit a pull request.

Adding Your Loading Icon

Want to see your loading icon in AniLoad? Submit a pull request with your icon, and we'll gladly review it!

Feature Requests and Bug Reports

Have an idea or found a bug? Feel free to open an issue. Your feedback is invaluable.

Author

Armin Khosroabadi

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.3.4

4 months ago

1.5.0

4 months ago

1.4.0

4 months ago

1.3.3

4 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago