New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@rmwc/linear-progress

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/linear-progress

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

Source
npmnpm
Version
14.3.3
Version published
Weekly downloads
2.1K
-34.6%
Maintainers
1
Weekly downloads
 
Created
Source

Linear Progress

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

  • Module @rmwc/linear-progress
  • Import styles:
    • Using CSS Loader
      • import '@rmwc/linear-progress/styles';
    • Or include stylesheets
      • '@material/linear-progress/dist/mdc.linear-progress.css'
  • MDC Docs: https://material.io/develop/web/components/linear-progress/
<LinearProgress progress={0.5} />
<LinearProgress progress={0.6} buffer={0.8} />
<LinearProgress />
<LinearProgress reversed />

LinearProgress

A component to display linear progress.

Props

NameTypeDescription
buffernumberA Progress buffer float percentage between 0 and 1.
closedbooleanHides the progress bar. Adding / removing this prop will trigger an animation in or out.
foundationRefRef<MDCLinearProgressFoundation<>>Advanced: A reference to the MDCFoundation.
progressnumberProgress float percentage between 0 and 1.
reversedbooleanProgress goes from right to left.

Keywords

rmwc

FAQs

Package last updated on 30 Aug 2024

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