Skip to content

Commit ea50a09

Browse files
committed
material: Move license file, readme, and migration docs into the zip archive for download
1 parent b27b8fe commit ea50a09

File tree

4 files changed

+31
-30
lines changed

4 files changed

+31
-30
lines changed

ui-libraries/material/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

ui-libraries/material/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/README.md
File renamed without changes.
File renamed without changes.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!-- Copyright © SixtyFPS GmbH <[email protected]> ; SPDX-License-Identifier: MIT -->
2+
3+
# Material Design 3 component set for Slint
4+
5+
[![Gallery image](https://material.slint.dev/tablet-material.webp)](examples/gallery)
6+
7+
Welcome to the official Material Design 3 component set for [Slint](https://slint.dev). These UI components adhere to [Material Design 3 guidelines](https://m3.material.io/).
8+
The components are intended to use for development of user interfaces with Slint for Android apps, touch friendly interfaces for embedded devices and even for desktop application development.
9+
Contributions and feedback from the community are welcome.
10+
11+
12+
## Demos
13+
14+
[WebAssembly build in the web browser](https://material.slint.dev/wasm/)
15+
16+
Download and install the [APK for android](https://material.slint.dev/apk/slint_material.apk)
17+
18+
## Documentation
19+
20+
View the documentation online at https://material.slint.dev/getting-started/
21+
22+
### Get Started
23+
24+
Clone one of our Material Components for Slint templates and follow the instruction from their README:
25+
26+
- Rust: https://github.com/slint-ui/material-rust-template
27+
- C++: https://github.com/slint-ui/material-cpp-template
28+
- Node.js/Deno: https://github.com/slint-ui/material-nodejs-template
29+
- Python: https://github.com/slint-ui/material-python-template
30+

0 commit comments

Comments
 (0)