1.0.0 • Published 1 year ago

@weave-design/progress-ring v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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" />