-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a57b9d0
commit 71d8ce8
Showing
3 changed files
with
3 additions
and
99 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,5 @@ | ||
<p align="center"> | ||
<a href="https://www.nuget.org/packages/Trimble.Modus.Components/0.0.7-alpha"> | ||
<img src="https://img.shields.io/nuget/v/Trimble.Modus.Components" alt/> | ||
</a> | ||
</p> | ||
|
||
The [Trimble Modus Design System](https://modus.trimble.com/) 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 <https://modus.trimble.com/components/mobile/> for the library's latest documentation. | ||
|
||
# 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 | ||
|
||
1. Add the following using statement in your MauiProgram: | ||
using Trimble.Modus.Components.Hosting; | ||
1. 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](https://happy-pond-034b3b40f.3.azurestaticapps.net/). | ||
|
||
# Contributing | ||
|
||
Curious about contributing? We've got a [contributing guide](https://github.com/trimble-oss/modus-mobile-maui-components/blob/feature/Add_files/CONTRIBUTING.md) to help get you going. | ||
|
||
# modus-mobile-components | ||
|
||
Test | ||
|
||
Test 2 |