
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@rmwc/circular-progress
Advanced tools
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.
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.
<CircularProgress label="progress" />
<>
<CircularProgress label="progress" progress={0.3} />
<CircularProgress label="progress" progress={0.6} />
<CircularProgress label="progress" progress={0.9} />
<CircularProgress label="progress" progress={1} />
</>
<>
<CircularProgress label="xsmall progress" size="xsmall" />
<CircularProgress label="small progress" size="small" />
<CircularProgress label="medium progress" size="medium" />
<CircularProgress label="large progress" size="large" />
<CircularProgress label="xlarge progress" size="xlarge" />
<CircularProgress label="progress" size={72} />
</>
<>
<Button
icon={<CircularProgress label="progress" theme="secondary" />}
label="Cookies"
/>
<List>
<SimpleListItem
graphic={<CircularProgress label="progress" />}
text="Pizza"
/>
<SimpleListItem graphic="favorite" text="Icecream" />
</List>
<ChipSet>
<Chip
icon={<CircularProgress label="progress" size="xsmall" />}
label="Donuts"
/>
</ChipSet>
</>
A Circular Progress indicator.
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. |
FAQs
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.
We found that @rmwc/circular-progress demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.