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

14.3.5 • Public • Published

Linear Progress

Progress and activity indicators are visual indications of an app loading content.

<LinearProgress progress={0.5} />
<LinearProgress progress={0.6} buffer={0.8} />
<LinearProgress />
<LinearProgress reversed />

LinearProgress

A component to display linear progress.

Props

Name Type Description
buffer number A Progress buffer float percentage between 0 and 1.
closed boolean Hides the progress bar. Adding / removing this prop will trigger an animation in or out.
foundationRef Ref<MDCLinearProgressFoundation<>> Advanced: A reference to the MDCFoundation.
progress number Progress float percentage between 0 and 1.
reversed boolean Progress goes from right to left.

Readme

Keywords

Package Sidebar

Install

npm i @rmwc/linear-progress

Weekly Downloads

1,516

Version

14.3.5

License

MIT

Unpacked Size

9.48 kB

Total Files

10

Last publish

Collaborators

  • jamesmfriedman