homepage/docs/widgets/services/todo.md
2024-01-03 10:05:48 +01:00

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
```