my-div-spinner
v0.0.2
Published
HTML Spinner can be used to show the loading state in your projects. Spinners can be used as a
Readme
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-spinnerUsage
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.
| Name | Type | Default | Description | | ------------- | ------------- | ------------- | ------------- | | size | 'sm' OR 'md' | sm | Component size variations. | | variant | 'Cyan' OR 'Red' OR 'Green' | Cyan | The visual color style of the spinner. |
