> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Progres

> Referensi komponen Progress di YiDA — pelajari cara menampilkan progres dan status untuk operasi yang memakan waktu, termasuk kasus penggunaan, atribut konfigurasi, dan contoh implementasi.

## Kapan digunakan

Tampilkan progres dan status kepada pengguna saat operasi memerlukan waktu lama untuk diselesaikan.

* Operasi berjalan di latar belakang dan memerlukan waktu tunggu tertentu di Sisi klien.
* Operasi perlu menampilkan persentase progres penyelesaian.

## Contoh komponen

## Atribut komponen

| Atribut       | Deskripsi                          | Tipe                               | Default    |
| ------------- | ---------------------------------- | ---------------------------------- | ---------- |
| `hasBorder`   | Menampilkan garis tepi atau tidak  | `boolean`                          | `false`    |
| `percent`     | Mengatur persentase                | `number`                           | `0`        |
| `progressive` | Mengatur mode transisi tahap warna | `boolean`                          | `false`    |
| `shape`       | Bentuk batang progres              | `'circle' \| 'line'`               | `'line'`   |
| `size`        | Ukuran                             | `'small' \| 'medium' \| 'large'`   | `'medium'` |
| `state`       | Status saat ini                    | `'normal' \| 'success' \| 'error'` | `'normal'` |
