Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 500 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 500 Bytes

Progress Ring

The progress ring is one kind of visual indication 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

Import the component and CSS

import ProgressRing from '@hig/progress-ring';
import '@hig/progress-ring/build/index.css';

Basic usage

<ProgressRing />