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

@patternfly/pfe-spinner

Package Overview
Dependencies
Maintainers
16
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/pfe-spinner

Spinner element for PatternFly Elements

  • 2.0.0-next.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by25%
Maintainers
16
Weekly downloads
 
Created
Source

PatternFly Elements Spinner

pfe-spinner is used to indicate to users that an action is in progress.

Read more about Spinner in the PatternFly Elements Spinner documentation

Installation

Load <pfe-spinner> via CDN:

<script src="https://unpkg.com/@patternfly/pfe-spinner?module"></script>

Or, if you are using NPM, install it

npm install @patternfly/pfe-spinner

Then once installed, import it to your application:

import '@patternfly/pfe-spinner';

Usage

<pfe-spinner>Loading...</pfe-spinner>

Size variations

<pfe-spinner size="sm">Loading...</pfe-spinner>
<pfe-spinner size="md">Loading...</pfe-spinner>
<pfe-spinner size="lg">Loading...</pfe-spinner>
<pfe-spinner size="xl">Loading...</pfe-spinner>

Custom size

<pfe-spinner diameter="80px">Loading...</pfe-spinner>

Keywords

FAQs

Package last updated on 03 Oct 2022

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