mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-29 06:44:08 +00:00
9 lines
661 B
Markdown
9 lines
661 B
Markdown
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
|
|
|
### `todo-mvc`
|
|
|
|
A simple todo application based on the [Model View Controller](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) pattern.
|
|
|
|
| `.slint` Design | Rust Source | Online wasm Preview | Open in SlintPad |
|
|
| --- | --- | --- | --- |
|
|
| [`index.slint`](./ui/index.slint) | [`main.rs`](./rust/main.rs) | [Online simulation](https://slint.dev/snapshots/master/demos/todo-mvc/) | [Preview in Online Code Editor](https://slint.dev/snapshots/master/editor?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/todo-mvc/ui/index.slint) |
|