2.7.10 • Published 1 year ago

@bytesberry/overlay-loader v2.7.10

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@bytesberry/overlay-loader

A lightweight and flexible utility for creating customizable overlay loaders.

Installation

Install the package using Yarn:

yarn add @bytesberry/overlay-loader

Install the package using NPM:

npm install @bytesberry/overlay-loader

Usage

Easily integrate the OverlayLoader component into your application:

import { OverlayLoader } from "@bytesberry/overlay-loader";

<OverlayLoader />

API Reference

Props

  • message
    Type: string
    Description: Defines a custom message to display within the loader.
    Example:

    <OverlayLoader message="Loading, please wait..." />
  • strokeColor
    Type: string
    Description: Specifies the stroke color for the loader animation. You can use any valid color value (e.g., color names, hex, RGB).
    Example:

    <OverlayLoader strokeColor="#3498db" />

Features

  • Lightweight and easy to integrate.
  • Fully customizable with props for messaging and styling.
  • Ideal for creating smooth and user-friendly loading experiences.

Elevate your web app's UI with the power of @bytesberry/overlay-loader.

2.7.14

1 year ago

2.7.13

1 year ago

2.7.12

1 year ago

2.7.11

1 year ago

2.7.10

1 year ago

2.7.8

1 year ago

2.7.7

1 year ago

2.7.6

1 year ago

2.5.2

1 year ago

2.5.1

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago