Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 492 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 492 Bytes

Progress Bar

The progress bar is one kind of visual indication of content loading.

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

Getting started

Install the package

yarn add @hig/progress-bar

Import the component and CSS

import ProgressBar from '@hig/progress-bar';
import '@hig/progress-bar/build/index.css';

Basic usage

<ProgressBar />