![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@highlight-ui/circular-progress
Advanced tools
[![npm](https://img.shields.io/npm/v/@highlight-ui/circular-progress)](https://www.npmjs.com/package/@highlight-ui/circular-progress) [![personio.design](https://img.shields.io/static/v1?label=Personio&message=zeroheight&color=yellow)](https://www.personi
Using npm:
npm install @highlight-ui/circular-progress
Using yarn:
yarn add @highlight-ui/circular-progress
Using pnpm:
pnpm install @highlight-ui/circular-progress
In your (S)CSS file:
@import url('@highlight-ui/circular-progress');
Once the package is installed, you can import the library:
import { CircularProgress } from '@highlight-ui/circular-progress';
import React, { useState } from 'react';
import { CircularProgress } from '@highlight-ui/circular-progress';
export default function CircularProgressExample() {
return <CircularProgress percentage={50} />;
}
Prop | Type | Required | Default | Description |
---|---|---|---|---|
percentage | number | Yes | Percentage of the progress | |
color | ColorToken | No | Custom color token for the progress circular line |
Type | Values | Description |
---|---|---|
ColorToken | "Colors" token names | Used for the color prop |
Please visit personio.design for usage guidelines and visual examples.
If you're interested in contributing, please visit our contribution page.
FAQs
[![npm](https://img.shields.io/npm/v/@highlight-ui/circular-progress)](https://www.npmjs.com/package/@highlight-ui/circular-progress) [![personio.design](https://img.shields.io/static/v1?label=Personio&message=zeroheight&color=yellow)](https://www.personi
The npm package @highlight-ui/circular-progress receives a total of 26 weekly downloads. As such, @highlight-ui/circular-progress popularity was classified as not popular.
We found that @highlight-ui/circular-progress demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.