0.1.4 • Published 5 years ago

flash-loader v0.1.4

Weekly downloads
11
License
-
Repository
github
Last release
5 years ago

Flash-Loader ⚡️ ⚡️

MIT Licence

Flash loader is a fun , lightweight react component library .It supports three different loaders created by spritesheet animation and can be used in place of the traditional spinner to depict fetching/loading of data on a page.

ezgif com-video-to-gif

Find it here

How to install and run ?

# To install

npm i flash-loader

# Then import in your project to use it

import FlashLoader from "flash-loader";

Modes

The flash loader expects two props (otherwise shows default)

 - type: string
 - open: bool
  1. Running flash

    running loader appears when type is set to "runbarry"

    Here is an example

    <FlashLoader open={true} type="runbarry"/>

  2. Rotate Flash

    It appears when type is set to "rotate"

    <FlashLoader open={true} type="rotate"/>

  3. Jump Flash

    It appears when type is set to "jump"

    <FlashLoader open={true} type="jump"/>

    Hang in!

    New updates coming in a ⚡️

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago