PartsRS/material-1.0/README.md
2025-11-07 14:04:55 +01:00

30 lines
1.3 KiB
Markdown

<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Material Design 3 component set for Slint
[![Gallery image](https://material.slint.dev/tablet-material.webp)](examples/gallery)
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/).
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.
Contributions and feedback from the community are welcome.
## Demos
[WebAssembly build in the web browser](https://material.slint.dev/wasm/)
Download and install the [APK for android](https://material.slint.dev/apk/slint_material.apk)
## Documentation
View the documentation online at https://material.slint.dev/getting-started/
### Get Started
Clone one of our Material Components for Slint templates and follow the instruction from their README:
- Rust: https://github.com/slint-ui/material-rust-template
- C++: https://github.com/slint-ui/material-cpp-template
- Node.js/Deno: https://github.com/slint-ui/material-nodejs-template
- Python: https://github.com/slint-ui/material-python-template