New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@paprika/spinner

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paprika/spinner

Spinner component tells the user that the app is doing something.

latest
Source
npmnpm
Version
1.0.24
Version published
Weekly downloads
4.7K
-5.71%
Maintainers
3
Weekly downloads
 
Created
Source

@paprika/spinner

Description

Spinner component tells the user that the app is doing something.

Installation

yarn add @paprika/spinner

or with npm:

npm install @paprika/spinner

Props

Spinner

PropTyperequireddefaultDescription
a11yTextstringfalsenullDescriptive a11y text for assistive technologies. By default, text from children node will be used.
captionstringfalsenullSets the caption that will display beneath the spinner
isDarkboolfalsefalseIf the background is dark, different color of spinner will be rendered
size[ Spinner.types.size.SMALL, Spinner.types.size.MEDIUM, Spinner.types.size.LARGE]falseSpinner.types.size.MEDIUMSets the size of the spinner
import Spinner from "@paprika/spinner";

<Spinner caption="spinning" />;
  • Storybook Showcase
  • GitHub source code
  • Create GitHub issue
  • CHANGELOG

FAQs

Package last updated on 09 Jan 2026

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