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

@lion/progress-indicator

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/progress-indicator

A progress indicator that is easily styleable and accessible in all contexts

  • 0.10.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Progress Indicator >> Overview ||10

A web component that implements accessibility requirements for progress indicators.

import { html } from '@mdjs/mdjs-preview';
import '@lion/progress-indicator/define';
<lion-progress-indicator aria-label="Interest rate" value="50"></lion-progress-indicator>

Features

This component is designed to be extended in order to add visuals.

  • Can be indeterminate or determinate, depending on whether it has a value.
  • Accessibility compliant
  • Localized "Loading" label in case of an indeterminate progress-indicator
  • Implementation independent of visuals
  • value: progress value, setting this makes the progress-indicator determinate.
  • min: progress min value
  • max: progress max value

Installation

npm i --save @lion/progress-indicator
import { LionProgressIndicator } from '@lion/progress-indicator';
// or
import '@lion/progress-indicator/define';

Keywords

FAQs

Package last updated on 08 Sep 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