/*! For license information please see 4618.c301dc54.js.LICENSE.txt */ (self.webpackChunk=self.webpackChunk||[]).push([["4618"],{73113:function(t,s,n){"use strict";n.r(s);var a=n("80681");let e=["innerHTML"];s.default={setup:()=>({html:""}),render:()=>((0,a.wg)(),(0,a.iD)("div",{class:"van-doc-markdown-body",innerHTML:'

Progress

\n

Intro

\n

Used to show the current progress of the operation.

\n

Install

\n

Register component globally via app.use, refer to Component Registration for more registration ways.

\n
import { createApp } from 'vue';\nimport { Progress } from 'vant';\n\nconst app = createApp();\napp.use(Progress);\n
\n

Usage

\n

Basic Usage

\n

Use percentage prop to set current progress.

\n
<van-progress :percentage="50" />\n
\n

Stroke Width

\n
<van-progress :percentage="50" stroke-width="8" />\n
\n

Inactive

\n
<van-progress inactive :percentage="50" />\n
\n

Custom Style

\n

Use pivot-text to custom text, use color to custom bar color.

\n
<van-progress pivot-text="Orange" color="#f2826a" :percentage="25" />\n<van-progress pivot-text="Red" color="#ee0a24" :percentage="50" />\n<van-progress\n  :percentage="75"\n  pivot-text="Purple"\n  pivot-color="#7232dd"\n  color="linear-gradient(to right, #be99ff, #7232dd)"\n/>\n
\n

API

\n

Props

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AttributeDescriptionTypeDefault
percentagePercentagenumber | string0
stroke-widthStroke widthnumber | string4px
colorColorstring#1989fa
track-colorTrack colorstring#e5e5e5
pivot-textPivot textstringpercentage
pivot-colorPivot text background colorstringinherit progress color
text-colorPivot text colorstringwhite
inactiveWhether to be graybooleanfalse
show-pivotWhether to show textbooleantrue
\n

Types

\n

The component exports the following type definitions:

\n
import type { ProgressProps, ProgressInstance } from 'vant';\n
\n

Theming

\n

CSS Variables

\n

The component provides the following CSS variables, which can be used to customize styles. Please refer to ConfigProvider component.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NameDefault ValueDescription
--van-progress-height4px-
--van-progress-colorvar(--van-primary-color)-
--van-progress-inactive-colorvar(--van-gray-5)-
--van-progress-backgroundvar(--van-gray-3)-
--van-progress-pivot-padding0 5px-
--van-progress-pivot-text-colorvar(--van-white)-
--van-progress-pivot-font-sizevar(--van-font-size-xs)-
--van-progress-pivot-line-height1.6-
--van-progress-pivot-backgroundvar(--van-primary-color)-
\n
'},null,8,e))}}}]);