Uno.Themes/README.md

63 строки
3.0 KiB
Markdown
Исходник Обычный вид История

![Uno Material](./images/MaterialBanner.png)
2020-04-24 22:40:05 +03:00
2022-05-12 01:23:29 +03:00
This library is designed to help you use [Material Design 3](https://m3.material.io/). It includes:
2020-05-28 20:31:55 +03:00
- Color system for both Light and Dark theme
- Styles for existing WinUI controls like Buttons, TextBox, etc.
2020-04-24 22:40:05 +03:00
Platform support:
2020-04-27 21:19:15 +03:00
- WinUI / UWP
- iOS
2022-04-22 19:26:17 +03:00
- macOS
2020-04-27 21:19:15 +03:00
- Android
- WebAssembly
- Linux (Skia.Gtk)
2020-04-24 22:40:05 +03:00
![Uno Material](./images/UnoMaterial.png)
2022-05-12 01:23:29 +03:00
<!-- TODO : Insert build status -->
Package|Stable|Preview
-|-|-
Uno.Material|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Material?label=stable)](https://www.nuget.org/packages/Uno.Material)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Material?label=preview)](https://www.nuget.org/packages/Uno.Material)
Uno.Material.WinUI|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Material.WinUI?label=stable)](https://www.nuget.org/packages/Uno.Material.WinUI)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Material.WinUI?label=preview)](https://www.nuget.org/packages/Uno.Material.WinUI)
Uno.Cupertino|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Cupertino?label=stable)](https://www.nuget.org/packages/Uno.Cupertino)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Cupertino?label=preview)](https://www.nuget.org/packages/Uno.Cupertino)
Uno.Cupertino.WinUI|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Cupertino.WinUI?label=stable)](https://www.nuget.org/packages/Uno.Cupertino.WinUI)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Cupertino.WinUI?label=preview)](https://www.nuget.org/packages/Uno.Cupertino.WinUI)
2020-04-24 22:40:05 +03:00
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
## Getting Started
See the complete [Getting Started](doc/getting-started.md) guide for starting with this library.
For a larger example and features demo, visit the [Uno Gallery](https://github.com/unoplatform/uno.gallery) repository.
2022-05-12 01:23:29 +03:00
## Documentation
2020-04-24 22:40:05 +03:00
2022-05-12 01:23:29 +03:00
All documentation for Uno.Themes can be found [here](doc/) or on [Uno Platform documentation](https://platform.uno/docs/articles/intro.html).
2020-04-24 22:40:05 +03:00
## License
This project is licensed under the Apache 2.0 license - see the
[LICENSE](LICENSE) file for details.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for
contributing to this project.
Be mindful of our [Code of Conduct](CODE_OF_CONDUCT.md).
## Acknowledgments
2020-05-28 20:31:55 +03:00
- [Uno Platform](https://platform.uno)
- [Material Design](https://material.io/design)
2020-08-06 00:43:41 +03:00
- [Material Design In XAML](https://github.com/MaterialDesignInXAML) as inspiration for UWP ripple effect
- [ShowMeTheXaml](https://github.com/Keboo/ShowMeTheXAML) for code snippets. Through [our Fork](https://github.com/unoplatform/ShowMeTheXAML)
2020-05-28 20:31:55 +03:00
- [WinUI](https://microsoft.github.io/microsoft-ui-xaml/)
2020-08-06 00:43:41 +03:00
# Contributors
Thanks goes to these wonderful people (List made with [contrib.rocks](https://contrib.rocks)):
[![Uno.Themes Contributors](https://contrib.rocks/image?repo=unoplatform/Uno.Themes)](https://github.com/unoplatform/Uno.Themes/graphs/contributors)
💖 Thank you.