Socket
Socket
Sign inDemoInstall

@commercetools-uikit/loading-spinner

Package Overview
Dependencies
93
Maintainers
3
Versions
724
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @commercetools-uikit/loading-spinner

A spinner animation to indicate loading state (e.g pending requests) for the user.


Version published
Weekly downloads
7.6K
decreased by-8.91%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

LoadingSpinner

Description

A spinner animation to indicate loading state (e.g pending requests) for the user.

Installation

yarn add @commercetools-uikit/loading-spinner
npm --save install @commercetools-uikit/loading-spinner

Additionally install the peer dependencies (if not present)

yarn add react
npm --save install react

Usage

import LoadingSpinner from '@commercetools-uikit/loading-spinner';

const Example = () => <LoadingSpinner size="s">Loading</LoadingSpinner>;

export default Example;

Properties

PropsTypeRequiredDefaultDescription
maxDelayDurationnumber1000Set the amount of time to delay the loading spinner before it renders. The default value of is 1000ms.
scaleunion
Possible values:
's' , 'l'
'l'Set the size of the loading spinner.
childrenReactNodeThe content rendered inside the LoadingSpinner.

Keywords

FAQs

Last updated on 17 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc