0.0.2 • Published 4 years ago

my-div-spinner v0.0.2

Weekly downloads
12
License
-
Repository
-
Last release
4 years ago

HTML Spinner

HTML Spinner can be used to show the loading state in your projects. Spinners can be used as a

Installation

npm i my-div-spinner

Usage

import SpinnerDiv from 'my-div-spinner'
 <SpinnerDiv  size="sm" variant="Cyan"> </SpinnerDiv>

PropTypes

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

NameTypeDefaultDescription
size'sm' OR 'md'smComponent size variations.
variant'Cyan' OR 'Red' OR 'Green'CyanThe visual color style of the spinner.