Task
The Task component provides a structured way to display task lists or workflow progress with collapsible details, status indicators, and progress tracking.
Installation
If you prefer using jsrepo, please install via the command below:
Props
Task
| Name | Type | Default |
|---|---|---|
open | boolean | true |
class | string | |
children | Snippet | |
...restProps | CollapsibleProps | |
TaskTrigger
| Name | Type | Default |
|---|---|---|
title | string | |
class | string | |
children | Snippet | |
...restProps | CollapsibleTriggerProps | |
TaskContent
| Name | Type | Default |
|---|---|---|
class | string | |
children | Snippet | |
...restProps | CollapsibleContentProps | |
TaskItem
| Name | Type | Default |
|---|---|---|
class | string | |
children | Snippet | |
...restProps | HTMLAttributes<HTMLDivElement> | |
TaskItemFile
| Name | Type | Default |
|---|---|---|
class | string | |
children | Snippet | |
...restProps | HTMLAttributes<HTMLDivElement> | |