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

@rmwc/circular-progress

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/circular-progress

> Circular progress indicators display progress by animating an indicator along an invisible circular track in a clockwise direction. They can be applied directly to a surface, such as a button or card.

  • 14.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.4K
decreased by-21.39%
Maintainers
1
Weekly downloads
 
Created
Source

Circular Progress

Circular progress indicators display progress by animating an indicator along an invisible circular track in a clockwise direction. They can be applied directly to a surface, such as a button or card.

  • Module @rmwc/circular-progress
  • Import styles:
    • Using CSS Loader
      • import '@rmwc/circular-progress/styles';
    • Or include stylesheets
      • '@rmwc/circular-progress/circular-progress.css';

Basic Usage

Indeterminate

<CircularProgress />

Determinate


<\>

  <CircularProgress progress\={0.3} />

  <CircularProgress progress\={0.6} />

  <CircularProgress progress\={0.9} />

  <CircularProgress progress\={1} />

</\>


Sizing

Sizes


<\>

  <CircularProgress size\="xsmall" />

  <CircularProgress size\="small" />

  <CircularProgress size\="medium" />

  <CircularProgress size\="large" />

  <CircularProgress size\="xlarge" />

  <CircularProgress size\={72} />

</\>


Usage with other components


<\>

  <Button

    icon\={<CircularProgress theme\="secondary" />}

    label\="Cookies"

  />

  <List\>

    <SimpleListItem graphic\={<CircularProgress />} text\="Pizza" />

    <SimpleListItem graphic\="favorite" text\="Icecream" />

  </List\>

  <Chip icon\={<CircularProgress size\="xsmall" />} label\="Donuts" />

</\>


CircularProgress

Keywords

FAQs

Package last updated on 05 Dec 2023

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