mtm-spinner

1.3.1 • Public • Published

Simple Customizable React Spinner Component

TypeScript Total Downloads Monthly Download Weekly Downloads Version

GIF

A Customizable React Spinner/Loader component with ability to add your custom .SVG spinner for your project. Below are instructions of how to install and configure the component.

Install:

npm install mtm-spinner

Import:

import Spinner from 'mtm-spinner';

Use (default props):

<Spinner
    textVisible = {true}
    spinnerVisible = {true}
    loaderTitle = {'Loading...'}
    position = "center" | "left" | "right"
    fontSize = "16px"
    fontFamily = "inherit"
    fontColor = "black"
    spinnerWidth = "20px"
    spinnerHeight = "20px"
    margin = "0px"
    padding = "1em 0 1em 0"
    spinner = {customSVG}
    rotationTime = '1s'
    rotationSteps = '8'
    animationLength = 'infinite'
/>

Enjoy 🚀

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.10latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.10
1.2.540
1.2.530
1.2.520
1.2.510
1.2.490
1.2.481
1.2.470
1.2.460
1.2.451
1.2.440
1.2.420
1.2.410
1.2.400
1.2.390
1.2.380
1.2.370
1.2.360
1.2.350
1.2.340
1.2.330
1.2.320
1.2.310
1.2.300
1.2.290
1.2.280
1.2.270
1.2.260
1.2.250
1.2.240
1.2.230
1.2.220
1.2.210
1.1.210
1.1.200
1.1.190
1.1.180
1.1.170
1.1.160
1.1.150
1.1.140
1.1.130
1.1.120
1.1.110
1.1.100
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10

Package Sidebar

Install

npm i mtm-spinner

Weekly Downloads

2

Version

1.3.1

License

none

Unpacked Size

5.45 kB

Total Files

6

Last publish

Collaborators

  • karlou