2021-11-30 19:04:32 +03:00
|
|
|
# Uno Toolkit
|
|
|
|
A set of custom controls for the UWP, WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
|
2021-11-25 03:38:30 +03:00
|
|
|
|
2022-05-13 01:02:40 +03:00
|
|
|
Package|Stable|Preview
|
|
|
|
-|-|-
|
|
|
|
Uno.Toolkit.UI|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Toolkit.UI?label=stable)](https://www.nuget.org/packages/Uno.Toolkit.UI)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Toolkit.UI?label=preview)](https://www.nuget.org/packages/Uno.Toolkit.UI)
|
|
|
|
Uno.Toolkit.UI.Material|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Toolkit.UI.Material?label=stable)](https://www.nuget.org/packages/Uno.Toolkit.UI.Material)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Toolkit.UI.Material?label=preview)](https://www.nuget.org/packages/Uno.Toolkit.UI.Material)
|
|
|
|
Uno.Toolkit.UI.Cupertino|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Toolkit.UI.Cupertino?label=stable)](https://www.nuget.org/packages/Uno.Toolkit.UI.Cupertino)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Toolkit.UI.Cupertino?label=preview)](https://www.nuget.org/packages/Uno.Toolkit.UI.Cupertino)
|
|
|
|
Uno.Toolkit.WinUI|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Toolkit.WinUI?label=stable)](https://www.nuget.org/packages/Uno.Toolkit.WinUI)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Toolkit.WinUI?label=preview)](https://www.nuget.org/packages/Uno.Toolkit.WinUI)
|
|
|
|
Uno.Toolkit.WinUI.Material|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Toolkit.WinUI.Material?label=stable)](https://www.nuget.org/packages/Uno.Toolkit.WinUI.Material)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Toolkit.WinUI.Material?label=preview)](https://www.nuget.org/packages/Uno.Toolkit.WinUI.Material)
|
|
|
|
Uno.Toolkit.WinUI.Cupertino|[![NuGet stable](https://img.shields.io/nuget/v/Uno.Toolkit.WinUI.Cupertino?label=stable)](https://www.nuget.org/packages/Uno.Toolkit.WinUI.Cupertino)|[![NuGet preview](https://img.shields.io/nuget/vpre/Uno.Toolkit.WinUI.Cupertino?label=preview)](https://www.nuget.org/packages/Uno.Toolkit.WinUI.Cupertino)
|
2021-11-30 19:04:32 +03:00
|
|
|
|
2022-05-13 03:44:00 +03:00
|
|
|
## 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-13 01:02:40 +03:00
|
|
|
## Documentation
|
2021-11-30 19:04:32 +03:00
|
|
|
|
2022-05-13 01:02:40 +03:00
|
|
|
All documentation for Uno.Themes can be found [here](doc/) or on [Uno Platform documentation](https://platform.uno/docs/articles/intro.html).
|
2021-11-30 19:04:32 +03:00
|
|
|
|
2022-05-13 01:02:40 +03:00
|
|
|
## License
|
2021-11-30 19:04:32 +03:00
|
|
|
|
2022-05-13 01:02:40 +03:00
|
|
|
This project is licensed under the Apache 2.0 license - see the
|
|
|
|
[LICENSE](LICENSE) file for details.
|
2021-11-30 19:04:32 +03:00
|
|
|
|
2022-05-13 01:02:40 +03:00
|
|
|
## Acknowledgments
|
|
|
|
- [Uno Platform](https://platform.uno)
|
|
|
|
- [Material Design](https://material.io/design)
|
|
|
|
- [WinUI](https://microsoft.github.io/microsoft-ui-xaml/)
|
2022-05-13 03:44:00 +03:00
|
|
|
|
|
|
|
## Contributors
|
|
|
|
Thanks goes to these wonderful people (List made with [contrib.rocks](https://contrib.rocks)):
|
|
|
|
|
|
|
|
[![Uno.Toolkit.UI Contributors](https://contrib.rocks/image?repo=unoplatform/uno.toolkit.ui)](https://github.com/unoplatform/uno.toolkit.ui/graphs/contributors)
|
|
|
|
|
|
|
|
💖 Thank you.
|