A set of .NET MAUI templated controls.
Visit Documentation
First, add the TemplateMAUI NuGet package to your project. Run the following command in the Package Manager Console.
PM> Install-Package TemplateMAUI
After adding the NuGet package, initialize the library in the App class:
TemplateMAUI.Init();
Currently, the following controls are available:
Is a graphical representation of the user image view that can be customized by adding icon, text, etc.
Control used to used to notify users notifications, or status of something.
Represents a button control with customizable content, appearance, and behavior, making it a versatile component for user interaction in your application.
Allow to navigate through a collection of views.
Allow to show a speech bubble message.
Provides an option for displaying a split-screen of two views, which can help you to make comparisons.
Several series graphs.
Displays a separator between views.
Provide content in an expandable area and includes a header.
Provide visual feedback to touch interactions.
Represents the control that redistributes space between columns or rows of a Grid control.
Use this control to add an attention getting text message that scrolls continuously across the screen.
Allow to introduce a PIN or verification Code.
Represents a Slider control that provides a preview of its value.
Provides a customizable visual to indicate the progress of a task.
Represent a button with integrated progress indication functionality.
Allows end-users to edit properties of the objects associated with it.
Allows users to select a rating value from a group of visual symbols like stars.
Is a linear segment made up of multiple segments and allow users to select between multiple options.
Shield is a type of badge.
Is a horizontal bar that can be manipulated by the user to select a double value from a continuous range.
Provide brief messages about app processes at the bottom of the screen.
Allows users to track or keep up with multi-step tasks smoothly.
Is a tagging control.
Represents a button that can be toggled between two states: toggled and untoggled.
A View control that provides a toggled value.
Enables a hierarchical list with expanding and collapsing nodes that contain nested items.
We welcome contributions from the community! If you have any suggestions, improvements, or new control ideas, feel free to open an issue or submit a pull request.
Code released under the MIT license.