Installation
import { CircularProgress } from "@octopusdeploy/design-system-components"
import { LinearProgress } from "@octopusdeploy/design-system-components"
Properties
Types of Progress Indicators
Small
<CircularProgress size="small" />
Large
<CircularProgress size="large" />
Indeterminate
<LinearProgress variant="indeterminate" show={true} />
Determinate
<LinearProgress variant="determinate" show={true} value="50" />