Trimble.Modus.Components 1.0.2

dotnet add package Trimble.Modus.Components --version 1.0.2
NuGet\Install-Package Trimble.Modus.Components -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Trimble.Modus.Components" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Trimble.Modus.Components --version 1.0.2
#r "nuget: Trimble.Modus.Components, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Trimble.Modus.Components as a Cake Addin
#addin nuget:?package=Trimble.Modus.Components&version=1.0.2

// Install Trimble.Modus.Components as a Cake Tool
#tool nuget:?package=Trimble.Modus.Components&version=1.0.2

<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

  1. 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.Components

  2. Add the following using statement in your MauiProgram:

    using Trimble.Modus.Components.Hosting;

  3. 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

  1. Update the CHANGELOG
  2. Open the Trimble.Modus.Components.csproj file and edit the version number and save the project
  3. 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
  4. Open the nuget.org site and upload the created nupkg file
Product 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.  net7.0-windows10.0.19041 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.2 68 4/9/2024
1.0.2-beta 68 2/12/2024
1.0.1 69 1/29/2024
0.1.4-beta 77 12/14/2023
0.1.2-beta 68 10/27/2023
0.1.1-beta 89 10/3/2023
0.1.0-beta 78 9/19/2023
0.0.7-alpha 74 8/21/2023
0.0.6-alpha 75 7/13/2023
0.0.5-alpha 69 7/5/2023
0.0.4-alpha 76 7/5/2023
0.0.3-alpha 72 7/5/2023
0.0.2-alpha 73 6/18/2023