Skip to content

ProgressIndicator

A progress indicator component displaying multiple steps.

  • Import
    import "@tapsioss/web-components/progress-indicator";
  • Tag
    <tapsi-progress-indicator></tapsi-progress-indicator>

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