Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 408 Bytes

Progress Ring

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

Getting started

Install the package

yarn add @weave-design/progress-ring @weave-design/theme-context @weave-design/theme-data

Import the component

import ProgressRing from '@weave-design/progress-ring';

Basic usage

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