JSPM

  • Created
  • Published
  • Downloads 58
  • Score
    100M100P100Q54228F
  • License ISC

A collection of customizable and visually appealing loaders for your web applications.

Package Exports

  • loaders-ui
  • loaders-ui/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (loaders-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Loaders Package

A collection of customizable and visually appealing loaders for your web applications.

Loaders Available

  1. BouncingBalls
  2. BouncingLoader
  3. BouncingSquares
  4. BouncingSquaresS
  5. Circle
  6. ColorFullSpinner
  7. DottedCircles
  8. DoubleBounce
  9. DoubleRing
  10. ExpandingCircle
  11. ExpandingCircles
  12. ExpandingHexagon
  13. ExpandingRectangle
  14. ExpandingRing
  15. ExpandingRings
  16. FlashingDots
  17. FlashingSquares
  18. FlashSquares
  19. FoldingCube
  20. GrowShrinkCircle
  21. JellyDots
  22. MorphSquare
  23. PulsatingCircle
  24. PulsatingCrosses
  25. PulsatingHexagon
  26. PulsatingRectangles
  27. PulsatingRings
  28. PulsatingSquare
  29. RollingSquares
  30. RotatingBars
  31. RotatingDots
  32. RotatingPlane
  33. ScalingSquares
  34. SkewedSquares
  35. SlidingBars
  36. SlidingLines
  37. SlidingRectangles
  38. SlidingSquares
  39. Spinner
  40. SpinnerHalf
  41. SpinnerRing
  42. WanderingCubes
  43. Waving
  44. ZigZagLine

Installation

To install the package, run:

npm install loaders-ui

Usage

Bouncing Squares Loader

import React from 'react';
import "loaders-ui/dist/main/index.min.css";
import { Spinner } from 'loaders-ui';

const App = () => (
  <div>
    <Spinner />
  </div>
);

export default App;

Keywords

  • loaders
  • react-loaders
  • spinner
  • loading-indicator
  • bouncing-squares
  • circular-spinner
  • pulsing-dot
  • rotating-cube

License

This project is licensed under the MIT License.