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 - npm Package Compare versions

Comparing version 14.2.8 to 14.2.9

circular-progress.css

6

package.json
{
"name": "@rmwc/circular-progress",
"version": "14.2.8",
"version": "14.2.9",
"main": "./index.js",

@@ -42,5 +42,5 @@ "types": "./index.d.ts",

"@material/circular-progress": "^14.0.0",
"@rmwc/base": "14.2.8",
"@rmwc/types": "14.2.8"
"@rmwc/base": "14.2.9",
"@rmwc/types": "14.2.9"
}
}

@@ -12,2 +12,3 @@ # Circular Progress

## Basic Usage

@@ -68,3 +69,2 @@

## CircularProgress
A Circular Progress indicator.

@@ -74,9 +74,11 @@

| Name | Type | Description |
| ---------- | ---------------- | ---------------------------------------------------------------------------------------- |
| `closed` | `boolean` | Hides the progress bar. Adding / removing this prop will trigger an animation in or out. |
| `label` | `string` | The label which will set an aria-label. |
| `max` | `number` | Max value for determinate progress bars. |
| `min` | `number` | Min value for determinate progress bars. |
| `progress` | `number` | Value for determinate progress bars. |
| `size` | `number \| Size` | The size of the loader you would like to render. |
| Name | Type | Description |
|------|------|-------------|
| `closed` | `boolean` | Hides the progress bar. Adding / removing this prop will trigger an animation in or out. |
| `label` | `string` | The label which will set an aria-label. |
| `max` | `number` | Max value for determinate progress bars. |
| `min` | `number` | Min value for determinate progress bars. |
| `progress` | `number` | Value for determinate progress bars. |
| `size` | `number \| Size` | The size of the loader you would like to render. |
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