@lion/progress-indicator
TypeScript icon, indicating that this package has built-in type declarations

0.10.1 • Public • Published

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';

Package Sidebar

Install

npm i @lion/progress-indicator

Weekly Downloads

423

Version

0.10.1

License

MIT

Unpacked Size

40.6 kB

Total Files

42

Last publish

Collaborators

  • tlouisse
  • narzac
  • d4kmor