Ecme logoEcme logo
    Ecommerce
    Project
    Marketing
    Analytic
    AI
      Chat
      Image
    Projects
      Scrum Board
      List
      Details
      Tasks
      Issue
    Customer
      List
      Edit
      Create
      Details
    Products
      List
      Edit
      Create
    Orders
      List
      Edit
      Create
      Details
    Account
      Settings
      Activity log
      Roles & Permissions
      Pricing
    Asset Management
      Asset
      Asset Category
      Manufacturer
      Model
    Help Center
      Support Hub
      Article
      Edit Article
      Manage Article
    Calendar
    File Manager
    Mail
    Chat
    Common
      Button
      Grid
      Typography
      Icons
    Feedback
      Alert
      Dialog
      Drawer
      Progress
      Skeleton
      Spinner
      Toast
    Data Display
      Avatar
      Badge
      Calendar
      Cards
      Table
      Tag
      Timeline
      Tooltip
    Forms
      Checkbox
      Date Picker
      Form Control
      Input
      Input Group
      Radio
      Segment
      Select
      Slider
      Switcher
      Time Input
      Upload
    Navigation
      Dropdown
      Menu
      Pagination
      Steps
      Tabs
    Graph
      Charts
      Maps
    Sign In
      Simple
      Side
      Split
    Sign Up
      Simple
      Side
      Split
    Forgot Password
      Simple
      Side
      Split
    Reset Password
      Simple
      Side
      Split
    Otp Verification
      Simple
      Side
      Split
    Access Denied
    Landing
    Documentation
    Shared Component
    Utilities
    Changelog
Anonymous
No email available
Copyright © 2026 Ecme All rights reserved.
Term & Conditions | Privacy & Policy

Progress

A Progress loader show the progression of an operation flow in visual way.

Progress Bar

Progress in progress bar was controlled by percent prop.
30%

Circle

Alternatively, we can display the Progress in circle by setting variant to 'circle'
40%
70%

Colors

We can apply custom color to the progress bar, available colors option based on tailwind theme.colors.
20%
30%

Size

Adjusting progress size via size prop for line progress or width prop for circle progress.
60%
40%

CustomInfo

We can insert any custom content via customInfo/code>.

40%

completion

Dynamic

Example of dynamic progress.
20%
20%

API

Progress
PropDescriptionTypeDefault
customColorClassCustom color class for progress barstring-
customInfoCustom contentstring | ReactNode-
gapDegreeThe gap degree of circle progress (only applicable when variant="circle")number0
gapPositionGap postion of circle progress (only applicable when variant="circle")'top' | 'right' | 'bottom' | 'left' 'top'
percentThe current value of progressnumber0
showInfoWhether to display progress infobooleantrue
sizeSize of progress bar (only applicable when variant="line")'sm' | 'md''md'
strokeLinecapStyle of the progress linecap (only applicable when variant="circle")'round' | 'square''round'
strokeWidthWidth of the circular progress (only applicable when variant="circle")number6
trailClassCss class for progress trailstring-
variantProgress variants'line' | 'circle''line'
widthDetermine the size of circular progress (only applicable when variant="circle")number | string'line'
TABLE OF CONTENT
  • Progress Bar
  • Circle
  • Colors
  • Size
  • CustomInfo
  • Dynamic