Skip to contentSkip to navigationSkip to topbar
Paste DSys

Progress Bar

Version 2.0.1GithubDesign assets pendingPeer review pending

A Progress Bar communicates the completion status of a process or task.

@twilio-paste/progress-bar

2.0.1

Patch Changes

  • 262c1b715 #4281 Thanks @PixeledCode! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

2.0.0

Major Changes

  • f48211e56 #4258 Thanks @PixeledCode! - [all packages]: Upgrade to React 19 and drop support for React 16. Paste only supports the three latest versions of React. If you're using Paste in a React 17, 18, or 19 app, you should be able to upgrade with full backwards compatibility. If you experience any issues, please let us know on Github.

Patch Changes

1.1.0

Minor Changes

  • 72ec59143 #3549 Thanks @TheSisb! - [ProgressBar] Added new features and updated the design.

    The ProgressBarLabel component has the following new props:

    • valueLabel which displays a plain text value on the right side of the label.
    • disabled which applies disabled styling on the label.

    The ProgressBar component has updated styling and the following new props:

    • hasError which displays error styling.
    • disabled which displays disabled styling.

Patch Changes

1.0.0

Major Changes

  • 424fa78d5 #3435 Thanks @TheSisb! - [Progress Bar] add new Progress Bar package. A Progress Bar visually displays the progression/duration of a system operation such as downloading, uploading, or processing information.