Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unoplatform/uno.toolkit.ui
A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
https://github.com/unoplatform/uno.toolkit.ui
csharp first-timers-friendly hacktoberfest mono uno uno-platform uwp wasm webassembly xamarin
Last synced: 3 months ago
JSON representation
A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
- Host: GitHub
- URL: https://github.com/unoplatform/uno.toolkit.ui
- Owner: unoplatform
- License: mit
- Created: 2021-04-21T18:39:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:15:05.000Z (7 months ago)
- Last Synced: 2024-04-13T09:08:28.121Z (7 months ago)
- Topics: csharp, first-timers-friendly, hacktoberfest, mono, uno, uno-platform, uwp, wasm, webassembly, xamarin
- Language: C#
- Homepage: https://platform.uno/
- Size: 17.7 MB
- Stars: 73
- Watchers: 22
- Forks: 23
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-uno-platform - Uno Toolkit - Multiplatform-first UI component library to speed up application development. Also provides Material and Cupertino styles for the included components. (Repositories)
README
# Uno Toolkit
[![Open Uno in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/unoplatform/uno.toolkit.ui)
[![Azure DevOps](https://uno-platform.visualstudio.com/Uno%20Platform/_apis/build/status/Uno%20Platform/Uno.WindowsCommunityToolkit%20-%20CI?branchName=unorel%2F7.1)](https://uno-platform.visualstudio.com/Uno%20Platform/_build/latest?definitionId=14&branchName=unorel%2F7.1)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.md)Uno Toolkit provides a set of higher-level UI Controls designed specifically for multi-platform, responsive applications.
## Packages
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)## Getting Started
See the complete [documentation](#documentation) for starting with this library.
For a larger example and features demo, visit the [Uno Gallery](https://github.com/unoplatform/uno.gallery) repository.## Documentation
All documentation for `Uno.Toolkit.UI` can be found on our [website](https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/getting-started.html).
## Where can I get support?
Support is available through [GitHub Discussions](https://github.com/unoplatform/uno/discussions) or [Discord Server](https://platform.uno/discord) - where our engineering team and community will be able to help you.
## Contributing
Please read our [contributing guide](https://github.com/unoplatform/uno/blob/master/CONTRIBUTING.md) to learn about our development process and how to propose bug fixes and improvements.
Come visit us on our [Discord Server](https://platform.uno/discord) for help on how to contribute!Contribute to Uno in your browser using [GitPod.io](https://gitpod.io), follow [our guide here](https://platform.uno/docs/articles/features/working-with-gitpod.html).
Be also mindful of our [Code of Conduct](CODE_OF_CONDUCT.md).
## Acknowledgments
- [Uno Platform](https://platform.uno)
- [Material Design 3](https://m3.material.io/)
- [Material Design](https://material.io/design)
- [Cupertino - Human Interface Guideline styling](https://developer.apple.com/design/human-interface-guidelines)
- [WinUI](https://microsoft.github.io/microsoft-ui-xaml/)## License
This project is licensed under the Apache 2.0 license - see the [LICENSE](LICENSE) file for details.
## Contributors
Thanks go 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.