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

@patternfly/pfe-progress-indicator

Package Overview
Dependencies
Maintainers
16
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/pfe-progress-indicator

Progress element for PatternFly Elements

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

Version published
Maintainers
16
Created
Source

PatternFly Elements Progress Indicator

pfe-progress-indicator is a "loader" that indicates to the user that part of the web page is loading, or waiting on other http events to be ready to use.

Read more about Progress Indicator in the PatternFly Elements Progress Indicator documentation

Installation

Load <pfe-progress-indicator> via CDN:

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

Or, if you are using NPM, install it

npm install @patternfly/pfe-progress-indicator

Then once installed, import it to your application:

import '@patternfly/pfe-progress-indicator';

Usage

<pfe-progress-indicator indeterminate>My fallback loading message</pfe-progress-indicator>

At the time of writing there is only one style variant, indeterminate that spins without informing the user of where they are in the waiting process, only that http activity has not been resolved. This may change in the future as more style variants become available.

Keywords

FAQs

Package last updated on 23 Aug 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