Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-spinkit

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-spinkit

TypeScript definitions for react-spinkit

  • 3.0.10
  • ts4.5
  • ts4.6
  • ts4.7
  • ts4.8
  • ts4.9
  • ts5.0
  • ts5.1
  • ts5.2
  • ts5.3
  • ts5.4
  • ts5.5
  • ts5.6
  • ts5.7
  • ts5.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13K
increased by14.65%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/react-spinkit

Summary

This package contains type definitions for react-spinkit (https://github.com/KyleAMathews/react-spinkit).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-spinkit.

index.d.ts

/// <reference types="react" />

declare namespace spinner {
    export interface SpinnerProps {
        /**
         * Specify spinner to use.
         */
        name?:
            | "three-bounce"
            | "double-bounce"
            | "rotating-plane"
            | "folding-cube"
            | "wave"
            | "wandering-cubes"
            | "pulse"
            | "chasing-dots"
            | "circle"
            | "cube-grid"
            | "wordpress"
            | "ball-grid-beat"
            | "ball-grid-pulse"
            | "line-spin-fade-loader"
            | "ball-spin-fade-loader"
            | "ball-pulse-rise"
            | "line-scale"
            | "line-scale-pulse-out"
            | "line-scale-pulse-out-rapid"
            | "line-scale-party"
            | "ball-triangle-path"
            | "ball-scale-ripple-multiple"
            | "ball-pulse-sync"
            | "ball-beat"
            | "ball-scale-multiple"
            | "ball-zig-zag"
            | "ball-zig-zag-deflect"
            | "ball-clip-rotate"
            | "ball-clip-rotate-pulse"
            | "ball-clip-rotate-multiple"
            | "ball-scale-ripple"
            | "triangle-skew-spin"
            | "pacman"
            | undefined;
        /**
         * Set the time before the spinner fades in
         */
        fadeIn?: "full" | "half" | "quarter" | "none" | undefined;
        /**
         * Change the default "spinner" className.
         */
        overrideSpinnerClassName?: string | undefined;
        /**
         * Component className.
         */
        className?: string | undefined;
        /**
         * Programmatically set the color of the spinners (does not work
         * for circle or folding-cube); this can either be a hex value or a color word
         */
        color?: string | undefined;

        style?: React.CSSProperties | undefined;
    }

    export interface Spinner extends React.ComponentClass<SpinnerProps> {
    }
}

declare const spinner: spinner.Spinner;
export = spinner;

Additional Details

  • Last updated: Tue, 07 Nov 2023 20:08:00 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Qubo, Mleko, Tom Crockett, and zzanol.

FAQs

Package last updated on 07 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc