Progress Component

    Progress

    Progress Bar is a component for indicating progress.

    Usage

    import Progress from '@paljs/ui/ProgressBar';

    Progress bar background could be configured by providing a status property:

      Progress Bar Status
      Info
      Success
      Danger
      Primary
      Warning
      Control
      Basic

      Progress bar size (height and font-size) could be configured by providing a size property:

        Progress Bar Size
        Tiny
        Small
        Medium
        Large
        Giant

        displayValue property shows current value inside progress bar. It's also possible to add custom text inside:

          Progress Bar Value
          20%
          Custom value

          Progress bar supports width and background-color transition:

            Progress Bar Interactive
            25%