Package Exports
- spinny-loader
- spinny-loader/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 (spinny-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
spinny-loader
A React component library for loading animations
Installation
Bash
npm install spinny-loader
Usage
Import the components you need and use them in your React app:
Jsx
import { SimpleLoader, PulseSphere, WaveFlow } from 'spinny-loader';
Components
SimpleLoader
A simple loading animation component.
Props
size: The size of the loader (default: 20)
Jsx
function App() { return (