Skip to content

ProgressIndicator

A progress indicator component displaying multiple steps.

Importing

ts
import "@tapsioss/web-components/progress-indicator";
ts
import { ProgressIndicator } from "@tapsioss/react-components/ProgressIndicator";

Component Usage

html
<tapsi-progress-indicator></tapsi-progress-indicator>
tsx
<ProgressIndicator />

Properties

NameDescriptionTypeDefault Value
stepsThe total number of steps. Defaults to "2".string"2"
currentThe current step index. Defaults to "0".string"0"
labelDefines a string value that can be used to set a label for assistive technologies. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-labelstring""
valuetextDefines the human-readable text alternative of value. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-valuetextstring""