14 lines
322 B
Markdown
14 lines
322 B
Markdown
---
|
|
title: Todo
|
|
description: Todo Widget Configuration
|
|
---
|
|
|
|
The Todo widget provides a simple to-do list functionality.
|
|
It allows users to add, remove, and mark tasks as completed.
|
|
The component utilizes local storage to persist the to-do list data even when the user refreshes the page.
|
|
|
|
```yaml
|
|
widget:
|
|
type: todo
|
|
```
|