You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@highlight-ui/circular-progress

Package Overview
Dependencies
Maintainers
10
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/circular-progress

[![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

2.3.7
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
10
Weekly downloads
 
Created
Source

npm personio.design storybook.personio.design

@highlight-ui/circular-progress

Installation

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';

Usage

import React, { useState } from 'react';
import { CircularProgress } from '@highlight-ui/circular-progress';

export default function CircularProgressExample() {
  return <CircularProgress percentage={50} />;
}

Props 📜

PropTypeRequiredDefaultDescription
percentagenumberYesPercentage of the progress
colorColorTokenNoCustom color token for the progress circular line

Custom types 🔠

TypeValuesDescription
ColorToken"Colors" token namesUsed for the color prop

Contributing 🖌️

Please visit personio.design for usage guidelines and visual examples.

If you're interested in contributing, please visit our contribution page.

FAQs

Package last updated on 23 Jan 2025

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