@h3ar7b3a7/spin-anything
TypeScript icon, indicating that this package has built-in type declarations

0.0.26 • Public • Published

Spin Anything

Spin text, images or anything else easily.

Import

import { SpinAnythingModule } from '@h3ar7b3a7/spin-anything';

@NgModule({
  imports: [ BrowserModule, SpinAnythingModule ],
  /* ... */
})

Inputs

  • img
  • text
  • size: default = '100'
  • relativeSize
  • speed: default = '3'
  • color: default = '#000'
  • weight: default = '300'
  • fontSize: default = '20'
  • relativeFontSize
  • fontStyle: default = 'normal'

Examples

<spinner>Example</spinner>
<spinner
  text="Example"
  img="/assets/img/some_image.png"
  relativeSize="15"
  speed="5"
  color="blue"
  weight="bold"
  relativeFontSize="2"
></spinner>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.261latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.261
0.0.250
0.0.240
0.0.230
0.0.220
0.0.210
0.0.200
0.0.190
0.0.180
0.0.170
0.0.160
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @h3ar7b3a7/spin-anything

Weekly Downloads

1

Version

0.0.26

License

ISC

Unpacked Size

37.2 kB

Total Files

16

Last publish

Collaborators

  • h3ar7b3a7