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

1.8.1 • Public • Published

CircularProgress

See it on NPM! How big is this package in your project? Storybook

Usage

For usage please see mwc-circular-progress

Import

npm i @finastra/circular-progress
import '@finastra/circular-progress';
...
<fds-circular-progress indeterminate="true"></fds-circular-progress>

API

Properties

Property Attribute Type Default Description
ariaLabel string
closed boolean
density number
indeterminate indeterminate boolean false Sets the linear-progress into its indeterminate state.
progress progress number "0] - Sets the primary progress bar's value. Value should be between [0, 1" .
styles CSSResult[] ["styles"]

Methods

Method Type
close (): void
open (): void

CSS Custom Properties

Property Type Default Description
--fds-primary color "#694ED6" Sets the color of primary progress bar.
--primary-lighter color "rgba(105, 78, 214, 0.08)" Sets the color of the buffer progress bar.

Package Sidebar

Install

npm i @finastra/circular-progress

Weekly Downloads

26

Version

1.8.1

License

MIT

Unpacked Size

22.9 kB

Total Files

17

Last publish

Collaborators

  • david.bocle
  • ffdcbot
  • ttalbot