# XWUIProgressBySubtasks

Auto-calculate parent task progress based on subtask completion

## Basic Usage

XWUIProgressBySubtasks Component Auto-calculate parent task progress based on subtask completion.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIProgressBySubtasks Component Auto-calculate parent task progress based on subtask completion.
```

## Nested Subtasks

Parent task with a nested children tree and mixed completion; progress auto-calculates from the recursive tree.

```example
file: examples/NestedSubtasks.ts
html: examples/NestedSubtasks.html
title: Nested Subtasks
description: Parent task with a nested children tree and mixed completion; progress auto-calculates from the recursive tree.
```

## All Complete

Flat subtask list where every item is completed, so the progress bar and statistics show 100%.

```example
file: examples/AllComplete.ts
html: examples/AllComplete.html
title: All Complete
description: Flat subtask list where every item is completed, so the progress bar and statistics show 100%.
```

```api
```
