Trimble.Modus.Components
1.0.3-beta
See the version list below for details.
dotnet add package Trimble.Modus.Components --version 1.0.3-beta
NuGet\Install-Package Trimble.Modus.Components -Version 1.0.3-beta
<PackageReference Include="Trimble.Modus.Components" Version="1.0.3-beta" />
paket add Trimble.Modus.Components --version 1.0.3-beta
#r "nuget: Trimble.Modus.Components, 1.0.3-beta"
// Install Trimble.Modus.Components as a Cake Addin #addin nuget:?package=Trimble.Modus.Components&version=1.0.3-beta&prerelease // Install Trimble.Modus.Components as a Cake Tool #tool nuget:?package=Trimble.Modus.Components&version=1.0.3-beta&prerelease
<p align="center"> <a href="https://www.nuget.org/packages/Trimble.Modus.Components/"> <img src="https://img.shields.io/nuget/v/Trimble.Modus.Components" alt/> </a> </p>
The Trimble Modus Design System describes the UX that Trimble wants to provide in its UI across its many applications. The benefits of using Modus include rapid prototyping, development efficiency, and UX consistency.
Modus includes:
- Components
This library provides Modus Elements as reusable, encapsulated mobile UI components. These can be implemented in any mobile app built with .NET MAUI. The modus-mobile-components library was built using the latest mobile UX specs and guidelines from Figma.
Looking for documentation?
You can check out Modus documention for the library's latest developer documentation.
You can also check out Mobile Components for styleguide/recommendataion and UX related information about all the mobile components
Getting Started
Installing Modus Mobile Components
In your dotnet MAUI application, right click on the Dependencies → Manage Nuget Packages and search and choose the
Trimble.Modus.Components
and click the Add Package Here’s the direct link: Trimble.Modus.ComponentsAdd the following using statement in your MauiProgram:
using Trimble.Modus.Components.Hosting;
Then register the handlers to use the Modus components
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.UseTrimbleModus()
// register other handlers
return builder.Build();
}
}
Now you can use the controls in your app.
For more information check out the Getting Started page.
Contributing
Curious about contributing? We've got a contributing guide to help get you going.
Release a new version
- Update the CHANGELOG
- Open the Trimble.Modus.Components.csproj file and edit the version number and save the project
- Build the components project in release mode using the following command
dotnet build -c:Release
This will generate a .nupkg file in the/Trimble.Modus.Components/bin/Release
location - Open the nuget.org site and upload the created nupkg file
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-android33.0 is compatible. net7.0-ios was computed. net7.0-ios16.1 is compatible. net7.0-maccatalyst was computed. net7.0-maccatalyst16.1 is compatible. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- CommunityToolkit.Maui (>= 5.1.0)
- CommunityToolkit.Mvvm (>= 8.2.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.4-preview.76)
-
net7.0-android33.0
- CommunityToolkit.Maui (>= 5.1.0)
- CommunityToolkit.Mvvm (>= 8.2.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.4-preview.76)
-
net7.0-ios16.1
- CommunityToolkit.Maui (>= 5.1.0)
- CommunityToolkit.Mvvm (>= 8.2.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.4-preview.76)
-
net7.0-maccatalyst16.1
- CommunityToolkit.Maui (>= 5.1.0)
- CommunityToolkit.Mvvm (>= 8.2.0)
- SkiaSharp.Views.Maui.Controls (>= 2.88.4-preview.76)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.1.1 | 64 | 10/7/2024 |
1.1.1-beta | 137 | 9/30/2024 |
1.1.0.4 | 62 | 9/27/2024 |
1.1.0.3 | 62 | 9/26/2024 |
1.1.0.2 | 90 | 8/26/2024 |
1.1.0 | 236 | 8/2/2024 |
1.0.31-beta | 50 | 7/18/2024 |
1.0.3-beta | 50 | 7/12/2024 |
1.0.2 | 987 | 4/9/2024 |
1.0.2-beta | 85 | 2/12/2024 |
1.0.1 | 87 | 1/29/2024 |
0.1.4-beta | 87 | 12/14/2023 |
0.1.2-beta | 98 | 10/27/2023 |
0.1.1-beta | 98 | 10/3/2023 |
0.1.0-beta | 90 | 9/19/2023 |
0.0.7-alpha | 85 | 8/21/2023 |
0.0.6-alpha | 86 | 7/13/2023 |
0.0.5-alpha | 79 | 7/5/2023 |
0.0.4-alpha | 86 | 7/5/2023 |
0.0.3-alpha | 88 | 7/5/2023 |
0.0.2-alpha | 90 | 6/18/2023 |