1.0.3 • Published 15 days ago

celestial-nova-loader v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

celestial-nova-loader

CelestialNovaLoader is a customizable loading spinner component for React applications.

Installation

You can install the celestial-nova-loader package via npm or yarn:

npm install celestial-nova-loader

or

yarn add celestial-nova-loader

Usage

import React from 'react';
import CelestialNovaLoader from 'celestial-nova-loader';

const MyComponent = () => {
  return (
    <div>
      <h1>Welcome to my app!</h1>
      <CelestialNovaLoader />
    </div>
  );
};

export default MyComponent;

Props

  • type (string, optional): Type of loader animation. Supported values are: "Audio", "BallTriangle", "Bars", "Circles", "Grid", "Hearts", "Oval", "Puff", "Rings", "TailSpin", "ThreeDots". Default value is "TailSpin".
  • color (string, optional): Color of the loader animation. Default value is "#00BFFF".
  • height (number, optional): Height of the loader animation. Default value is 80.
  • width (number, optional): Width of the loader animation. Default value is 80.

License

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

1.0.3

15 days ago

1.0.2

1 month ago

1.0.0

1 month ago