Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 516 Bytes

Progress Ring

The progress ring is one kind of visual representation of content loading.

Read more about when and how to use the Progress Ring component on the website.

Getting started

Install the package

yarn add @hig/progress-ring @hig/theme-context @hig/theme-data

Import the component

import ProgressRing from '@hig/progress-ring';

Basic usage

<ProgressRing percentComplete="33" size="m" />