0.0.7 • Published 7 months ago

loading-spinner-react v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

React Component Spinners

Install to React project

npm i loading-spinner-react

Import Spinner

import { SimpleLoader } from '@loading-spinner-react';

Use

<SimpleLoader >

The documentation is currently in development and the website will be posted shortly.

Manage Properties

Property nametypeRequiredDefault value
sizestringfalse'30px'CSS length value for height and width of the spinner
colorstringfalse'#1976d2'CSS color values for the spinner
secondaryColorstringfalse'#cccccc'CSS color value for second half of the loader
animationDurationstringfalse'2s'CSS animation-durationproperty value
animationTimingFunctionstringfalse'ease-in-out'CSS animation-timing-function property value
animationDirectionstringfalse'normal'CSS animation-direction property value
stylesnumberfalse2number of spins during single animation-->
classNamestringfalsepasses className to the wrapper container to
0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago