0.0.7 • Published 2 years ago

loading-spinner-react v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago