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
- BouncingBalls
- BouncingLoader
- BouncingSquares
- BouncingSquaresS
- Circle
- ColorFullSpinner
- DottedCircles
- DoubleBounce
- DoubleRing
- ExpandingCircle
- ExpandingCircles
- ExpandingHexagon
- ExpandingRectangle
- ExpandingRing
- ExpandingRings
- FlashingDots
- FlashingSquares
- FlashSquares
- FoldingCube
- GrowShrinkCircle
- JellyDots
- MorphSquare
- PulsatingCircle
- PulsatingCrosses
- PulsatingHexagon
- PulsatingRectangles
- PulsatingRings
- PulsatingSquare
- RollingSquares
- RotatingBars
- RotatingDots
- RotatingPlane
- ScalingSquares
- SkewedSquares
- SlidingBars
- SlidingLines
- SlidingRectangles
- SlidingSquares
- Spinner
- SpinnerHalf
- SpinnerRing
- WanderingCubes
- Waving
- 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.