Socket
Socket
Sign inDemoInstall

@material/circular-progress

Package Overview
Dependencies
Maintainers
0
Versions
1441
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/circular-progress

The Material Components for the web circular progress component


Version published
Weekly downloads
832K
increased by1.84%
Maintainers
0
Weekly downloads
 
Created

What is @material/circular-progress?

@material/circular-progress is a Material Design implementation of a circular progress indicator. It provides a visual representation of the progress of a task or process, which can be either determinate or indeterminate.

What are @material/circular-progress's main functionalities?

Determinate Circular Progress

This feature allows you to create a determinate circular progress indicator, where the progress value is specified as a fraction between 0 and 1.

<mwc-circular-progress progress="0.5"></mwc-circular-progress>

Indeterminate Circular Progress

This feature allows you to create an indeterminate circular progress indicator, which is used when the progress of a task is unknown.

<mwc-circular-progress indeterminate></mwc-circular-progress>

Customizing Size and Density

This feature allows you to customize the size and density of the circular progress indicator. The `density` attribute adjusts the thickness, and the `--mdc-circular-progress-size` CSS variable sets the size.

<mwc-circular-progress density="-2" style="--mdc-circular-progress-size: 48px;"></mwc-circular-progress>

Other packages similar to @material/circular-progress

Keywords

FAQs

Package last updated on 26 Jun 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

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